Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Add] LevelUpSDK 1.8.10
  • Loading branch information
cwalcott authored and CocoaPodsBot committed May 19, 2015
1 parent d48c701 commit 3891114
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions Specs/LevelUpSDK/1.8.10/LevelUpSDK.podspec.json
@@ -0,0 +1,75 @@
{
"name": "LevelUpSDK",
"version": "1.8.10",
"summary": "An SDK for the LevelUp payment platform.",
"homepage": "http://developer.thelevelup.com",
"license": "Apache License, Version 2.0",
"authors": {
"LevelUp": "support@thelevelup.com"
},
"source": {
"git": "https://github.com/TheLevelUp/levelup-sdk-ios.git",
"tag": "1.8.10"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"AVFoundation",
"CoreBluetooth",
"CoreData",
"CoreGraphics",
"CoreLocation",
"CoreMedia",
"CoreTelephony",
"CoreVideo",
"ImageIO",
"MobileCoreServices",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"weak_frameworks": "PassKit",
"requires_arc": true,
"prefix_header_file": "Source/Resources/LevelUpSDK-Prefix.pch",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"AFNetworking": [
"2.5.3"
],
"AutoCoding": [
"2.0.3"
],
"LUKeychainAccess": [
"1.2.3"
],
"ZXingObjC/QRCode": [
"3.0.3"
]
},
"source_files": [
"Source/*.{h,m}",
"Source/**/*.{h,m}"
],
"resources": "Source/Resources/*"
},
{
"name": "Testing",
"dependencies": {
"OHHTTPStubs": [
"1.1.2"
]
},
"source_files": [
"Source/*.h",
"Source/**/*.h",
"Testing/LevelUpSDKTesting.h",
"Testing/**/*.{h,m}"
],
"resources": "Testing/Stubbing/Network-Responses/*"
}
]
}

0 comments on commit 3891114

Please sign in to comment.