blob: 824e9e6b5e562cdfe8dc8a37af9e2a577970b0ac [file] [log] [blame]
{
"name": "SPiDSDK",
"version": "2.4.0",
"summary": "iOS SDK for using SPiD",
"description": "This iOS SDK allows for a simpler interface to use the SPiD platform.\nFor more information see http://techdocs.spid.no/",
"homepage": "https://github.com/schibsted/sdk-ios",
"license": "MIT",
"authors": {
"Mikael Lindström": "mikael.lindstrom@schibsted.com",
"Oskar Höjwall": "oskar.hojwall@schibsted.com"
},
"source": {
"git": "https://github.com/schibsted/sdk-ios.git",
"tag": "2.4.0"
},
"frameworks": "Security",
"requires_arc": true,
"ios": {
"source_files": [
"SPiDSDK/*.{h,m}",
"SPiDSDK/iOS/*{.h,m}"
]
},
"tvos": {
"source_files": "SPiDSDK/*.{h,m}"
},
"watchos": {
"source_files": "SPiDSDK/*.{h,m}"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"watchos": "2.0"
}
}