[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / 7 / YGLibrary / 1.0.2 / YGLibrary.podspec.json
blob9b04ae9dee8fcc9233ac7b38cc6bfc8488521995
2   "name": "YGLibrary",
3   "version": "1.0.2",
4   "summary": "YGLibrary includes many useful classes and categories",
5   "description": "                       YGLibrary includes many useful classes and cagetories\n",
6   "homepage": "https://github.com/vfa-thanhht/YGLibrary",
7   "license": "MIT",
8   "authors": {
9     "Thanh Huynh": "thanhht@vitalify.asia"
10   },
11   "source": {
12     "git": "https://github.com/vfa-thanhht/YGLibrary.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "ios": {
21     "libraries": [
22       "xml2",
23       "z"
24     ]
25   },
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "subspecs": [
30     {
31       "name": "SBJson",
32       "source_files": "YGLibrary/SBJson/Classes/*.{h,m}",
33       "requires_arc": true
34     },
35     {
36       "name": "RTCategory",
37       "source_files": "YGLibrary/RTCategory/RTCategory/*.{h,m}",
38       "requires_arc": true
39     },
40     {
41       "name": "RTDebugSupport",
42       "source_files": "YGLibrary/RTDebugSupport/RTDebugSupport/*.{h,m}",
43       "requires_arc": true
44     },
45     {
46       "name": "RTDictionaryObjectMapper",
47       "dependencies": {
48         "YGLibrary/RTCategory": [
50         ]
51       },
52       "source_files": "YGLibrary/RTDictionaryObjectMapper/RTDictionaryObjectMapper/*.{h,m}",
53       "requires_arc": true
54     },
55     {
56       "name": "RTDictionaryObjectMapper",
57       "source_files": "YGLibrary/RTDictionaryObjectMapper/RTDictionaryObjectMapper/*.{h,m}",
58       "requires_arc": true
59     },
60     {
61       "name": "RTCacheableHttpFetcher",
62       "dependencies": {
63         "YGLibrary/GTMHTTPFetcher": [
65         ]
66       },
67       "source_files": "YGLibrary/RTCacheableHttpFetcher/RTCacheableHttpFetcher/*.{h,m}",
68       "requires_arc": true
69     },
70     {
71       "name": "GDataXML-HTML",
72       "source_files": "YGLibrary/GDataXML-HTML/GDataXML-HTML/*.{h,m}",
73       "requires_arc": true
74     },
75     {
76       "name": "GTMHTTPFetcher",
77       "source_files": "YGLibrary/GTMHTTPFetcher/Source/*.{h,m}",
78       "requires_arc": false
79     }
80   ]