| { |
| "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": [ |
| |
| ] |
| } |
| } |