[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / d / CGFrameworkExample / 1.0.1 / CGFrameworkExample.podspec.json
blob78ebd1477ca837b3edc40109296ec6ed82c9d7cb
2   "name": "CGFrameworkExample",
3   "version": "1.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": "1.0.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "CGFrameworkExample/CGFrameworkExample/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.0.0"
29     ]
30   }