blob: 8d1135a0721888c7886320d27fd780787d2d9a17 [file] [log] [blame]
{
"name": "SK4SpareKit",
"summary": "たまーに必要になる機能の寄せ集めフレームワークです。。",
"description": "SK4Toolkitに入れるほどでも無い機能の寄せ集めフレームワークです。たぶん。",
"homepage": "http://seeku.hateblo.jp",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"See.Ku": "info@see-ku.com"
},
"platforms": {
"ios": "9.0"
},
"version": "1.0.1",
"source": {
"git": "https://github.com/See-Ku/SK4SpareKit.git",
"tag": "v1.0.1"
},
"source_files": [
"SK4SpareKit",
"SK4SpareKit/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
},
"dependencies": {
"SK4Toolkit": [
"~> 2.8"
]
}
}