[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / 9 / AMKits / 2.0.2 / AMKits.podspec.json
blobf2eb3ca784774db28b69ca9de6204363c96b336d
2   "name": "AMKits",
3   "version": "2.0.2",
4   "summary": "Summary of AMKits.",
5   "description": "A description of AMKits.",
6   "homepage": "https://github.com/AndyM129/AMKits",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andy Meng": "andy_m129@baidu.com"
13   },
14   "source": {
15     "git": "https://github.com/AndyM129/AMKits.git",
16     "tag": "2.0.2"
17   },
18   "social_media_url": "http://www.jianshu.com/u/28d89b68984b",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "AMKFoundationExtensions",
25       "frameworks": "UIKit",
26       "source_files": "AMKits/Classes/Extensions/Foundation/**/*.{h,m}",
27       "public_header_files": "AMKits/Classes/Extensions/Foundation/**/*.h"
28     },
29     {
30       "name": "AMKUIKitExtensions",
31       "frameworks": "UIKit",
32       "source_files": "AMKits/Classes/Extensions/UIKit/**/*.{h,m}",
33       "public_header_files": "AMKits/Classes/Extensions/UIKit/**/*.h",
34       "dependencies": {
35         "AMKits/AMKFoundationExtensions": [
37         ]
38       }
39     },
40     {
41       "name": "AMKEmojiHelper",
42       "frameworks": "UIKit",
43       "libraries": "xml2",
44       "source_files": "AMKits/Classes/Libraries/AMKEmojiHelper/**/*.{h,m}",
45       "public_header_files": "AMKits/Classes/Libraries/AMKEmojiHelper/**/*.h",
46       "resources": [
47         "AMKits/Classes/Libraries/AMKEmojiHelper/AMKEmojiMapping.json"
48       ],
49       "dependencies": {
50         "YYModel": [
52         ],
53         "TFHpple": [
55         ]
56       }
57     }
58   ]