blob: 9770599a85ba06f3727481048fda9c6e3cce1c13 [file] [log] [blame]
{
"name": "BasicCategories",
"version": "0.0.1",
"summary": "Some basic categories which are used for my projects very frequenetly",
"homepage": "https://github.com/shwetsolanki/BasicCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shwet Solanki": "me@shwet.net"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/shwetsolanki/BasicCategories.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"dependencies": {
"AFNetworking": [
],
"TMCache": [
]
}
}