blob: ce6a18aa73210fafc4a47a5dee96b63ca7afcfff [file] [log] [blame]
{
"name": "launchkey-ios",
"version": "1.0.2",
"summary": "LaunchKey iOS SDK",
"description": "This iOS SDK enables developers to quickly integrate the LaunchKey platform and iOS based applications without the need to directly interact with the platform API.",
"homepage": "https://github.com/LaunchKey/launchkey-ios",
"license": {
"type": "MIT",
"file": "LaunchKeySDK/LICENSE.txt"
},
"authors": {
"LaunchKey": "support@launchkey.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/LaunchKey/launchkey-ios.git",
"tag": "v1.0.2"
},
"source_files": [
"LaunchKeySDK/**/*.{h,m}",
"LaunchKeySDK/*.{h,m}"
],
"frameworks": [
"CoreData",
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true
}