[Add] FRDeviceBinding 4.7.0-beta1
[CocoaPods.git] / Specs / d / b / 9 / BasicCategories / 0.0.1 / BasicCategories.podspec.json
blob9770599a85ba06f3727481048fda9c6e3cce1c13
2   "name": "BasicCategories",
3   "version": "0.0.1",
4   "summary": "Some basic categories which are used for my projects very frequenetly",
5   "homepage": "https://github.com/shwetsolanki/BasicCategories",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Shwet Solanki": "me@shwet.net"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/shwetsolanki/BasicCategories.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Classes",
22     "*.{h,m}"
23   ],
24   "dependencies": {
25     "AFNetworking": [
27     ],
28     "TMCache": [
30     ]
31   }