diff --git a/Specs/LevelUpSDK/1.8.1/LevelUpSDK.podspec.json b/Specs/LevelUpSDK/1.8.1/LevelUpSDK.podspec.json new file mode 100644 index 00000000000000..58bda6b63621ed --- /dev/null +++ b/Specs/LevelUpSDK/1.8.1/LevelUpSDK.podspec.json @@ -0,0 +1,75 @@ +{ + "name": "LevelUpSDK", + "version": "1.8.1", + "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.1" + }, + "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.4.1" + ], + "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/*" + } + ] +}