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