blob: a4ed81d57ecf4b29b275971f87e5df17c2d37bf5 [file] [log] [blame]
{
"name": "TAKKit",
"version": "1.0.0",
"summary": "Util",
"homepage": "https://github.com/taka0125/TAKKit",
"license": "MIT",
"authors": {
"Takahiro Ooishi": "taka0125@gmail.com"
},
"source": {
"git": "https://github.com/taka0125/TAKKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"header_mappings_dir": "Classes",
"social_media_url": "https://twitter.com/taka0125",
"subspecs": [
{
"name": "Core",
"source_files": [
"Classes/Core.h",
"Classes/Core"
]
}
]
}