[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 7 / 0 / AMCTcom / 0.2.3 / AMCTcom.podspec.json
blob1c8f49b167482cede52f671108f001b18b76db40
2   "name": "AMCTcom",
3   "version": "0.2.3",
4   "summary": "私有库核心库",
5   "description": "测试核心库",
6   "homepage": "https://gitee.com/huaer511/ios-jiaxiaozhijia",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wenfei": "zhouwf511@126.com"
13   },
14   "source": {
15     "git": "https://gitee.com/huaer511/AMCTcom.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "resources": [
22     "Resource/Classes/*.png",
23     "Resource/AMCTui/jifen.xcassets"
24   ],
25   "libraries": "xml2",
26   "frameworks": [
27     "UIKit",
28     "MapKit"
29   ],
30   "dependencies": {
31     "AFNetworking": [
32       "~> 2.3"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "AMCTui",
38       "source_files": "AMCTcom/AMCTui/*.{h,m}",
39       "public_header_files": "AMCTcom/AMCTui/*.h"
40     },
41     {
42       "name": "Classes",
43       "source_files": "AMCTcom/Classes/*.{h,m}",
44       "public_header_files": "AMCTcom/Classes/*.h"
45     }
46   ]