blob: e13ff83d34ebc1a11992c6f6198cf6ab0ada2f50 [file] [log] [blame]
{
"name": "SPiDSDK",
"version": "2.0.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"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/schibsted/sdk-ios.git",
"tag": "2.0.0"
},
"source_files": [
"Classes",
"SPiDSDK/**/*.{h,m}"
],
"frameworks": "Security",
"requires_arc": true
}