[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 2 / f / 8 / HeroinCategory / 0.0.3 / HeroinCategory.podspec.json
blob8028290d6808d2991947dd785ff3e4619284e428
2   "name": "HeroinCategory",
3   "version": "0.0.3",
4   "summary": "My Heroin Category.",
5   "description": "here is description.",
6   "homepage": "https://skychen2012.github.io",
7   "license": "MIT",
8   "authors": {
9     "Benson Chen": "zjxucb@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/SkyChen2012/HeroinCategory.git",
16     "tag": "0.0.3"
17   },
18   "libraries": [
19     "iconv",
20     "xml2"
21   ],
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "subspecs": [
27     {
28       "name": "UIKit",
29       "subspecs": [
30         {
31           "name": "UIImage",
32           "source_files": "Category/UIKit/UIImage/**.{h,m}",
33           "public_header_files": "Category/UIKit/UIImage/**.h"
34         },
35         {
36           "name": "UILable",
37           "source_files": "Category/UIKit/UILable/**.{h,m}",
38           "public_header_files": "Category/UIKit/UILable/**.h"
39         }
40       ]
41     },
42     {
43       "name": "Foundation",
44       "source_files": "Category/Foundation/**/*"
45     },
46     {
47       "name": "CoreData",
48       "source_files": "Category/CoreData/**/*"
49     },
50     {
51       "name": "MapKit",
52       "source_files": "Category/MapKit/**/*"
53     },
54     {
55       "name": "CoreLocation",
56       "source_files": "Category/CoreLocation/**/*"
57     },
58     {
59       "name": "QuartzCore",
60       "source_files": "Category/QuartzCore/**/*"
61     }
62   ]