blob: 9a5e35e0cb4369f6a9913b612e5525988e761024 [file] [log] [blame]
{
"name": "Plan",
"version": "0.2.1",
"swift_versions": "5.0",
"summary": "The Plan.framework helps to keep your iOS application design clean.",
"homepage": "https://github.com/KyoheiG3/Plan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
},
"source": {
"git": "https://github.com/KyoheiG3/Plan.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"source_files": "Plan/**/*.{h,swift}",
"requires_arc": true,
"swift_version": "5.0"
}