blob: 4e05eeb1326f1cec651709dca004683132772e79 [file] [log] [blame]
{
"name": "StudyplusSDK-V2",
"version": "1.2.0",
"summary": "StudyplusSDK-V2 is Studyplus iOS SDK for Swift",
"homepage": "http://info.studyplus.jp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/studyplus/Studyplus-iOS-SDK-V2.git",
"tag": "1.2.0"
},
"source_files": [
"StudyplusSDK",
"StudyplusSDK/**/*.{swift}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"authors": {
"studyplus": "sutou@studyplus.jp"
},
"dependencies": {
"KeychainAccess": [
"3.1.1"
]
}
}