[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 2 / 1 / ObjCJSONLikeDescription / 1.3.1 / ObjCJSONLikeDescription.podspec.json
blob4d6acc0e1edeb37321e046179bb57c618a6329d6
2   "name": "ObjCJSONLikeDescription",
3   "version": "1.3.1",
4   "license": "MIT",
5   "summary": "JSON-like and unicodify descriptions of Objective-C collection objects",
6   "homepage": "https://github.com/xareelee/ObjCJSONLikeDescription",
7   "authors": {
8     "Kang-Yu Xaree Lee": "xareelee@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/xareelee/ObjCJSONLikeDescription.git",
12     "tag": "1.3.1",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "default_subspecs": [
21     "Core",
22     "Foundation"
23   ],
24   "subspecs": [
25     {
26       "name": "All",
27       "dependencies": {
28         "ObjCJSONLikeDescription/Core": [
30         ],
31         "ObjCJSONLikeDescription/Foundation": [
33         ],
34         "ObjCJSONLikeDescription/M13OrderedDictionary": [
36         ]
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": "ObjCJSONLikeDescription/*.{h,m}"
42     },
43     {
44       "name": "Foundation",
45       "source_files": "ObjCJSONLikeDescription/Foundation/*.{h,m}",
46       "dependencies": {
47         "ObjCJSONLikeDescription/Core": [
49         ],
50         "XAspect": [
52         ]
53       }
54     },
55     {
56       "name": "M13OrderedDictionary",
57       "source_files": "ObjCJSONLikeDescription/M13OrderedDictionary/*.{h,m}",
58       "dependencies": {
59         "ObjCJSONLikeDescription/Core": [
61         ],
62         "XAspect": [
64         ],
65         "M13OrderedDictionary": [
67         ]
68       }
69     }
70   ]