[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / d / CGFrameworkExample / 0.0.1 / CGFrameworkExample.podspec.json
blob97e79a0cbc22e1c9b1ad0a482b03722a0ed9e9bc
2   "name": "CGFrameworkExample",
3   "version": "0.0.1",
4   "summary": "测试 Framework",
5   "homepage": "https://github.com/iTaosky/xt_CGFramework_Demo.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "iTaosky": "taosky@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/iTaosky/xt_CGFramework_Demo.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "CGFrameworkExample/CGFrameworkExample/*.{h,m}",
21   "requires_arc": true,
22   "vendored_frameworks": "CGFrameworkExample/CGFrameworkExample.framework",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.0.0"
30     ]
31   }