blob: 02b35e1865883e510eb6a0b28c9bcad26944c50f [file] [log] [blame]
{
"name": "StudyplusSDK-V2",
"version": "1.3.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.3.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.2.0"
]
}
}