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