blob: 53129366a3942a11e3191beb8db3530de32a4444 [file] [log] [blame]
{
"name": "SchibstedAccount",
"version": "1.0.0-rc1",
"summary": "SDK for a Schibsted identity service",
"license": {
"type": "MIT"
},
"homepage": "https://schibsted.github.io/account-sdk-ios/",
"authors": {
"Schibsted": "support@spid.no"
},
"source": {
"git": "https://github.com/schibsted/account-sdk-ios.git",
"tag": "1.0.0-rc1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": [
"Manager",
"UI"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"SchibstedAccount/Core/**/*.swift"
]
},
{
"name": "Manager",
"source_files": [
"SchibstedAccount/Manager/**/*.{h,m,swift}"
],
"resources": [
"SchibstedAccount/Manager/Configuration.plist"
],
"dependencies": {
"SchibstedAccount/Core": [
]
}
},
{
"name": "UI",
"source_files": [
"SchibstedAccount/UI/**/*.swift"
],
"resources": [
"SchibstedAccount/UI/**/*.{lproj,storyboard,xcassets,xib,strings}"
],
"dependencies": {
"SchibstedAccount/Manager": [
]
}
}
]
}