[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / f / MyPodsDemo / 1.0.0 / MyPodsDemo.podspec.json
blobbf47d70f8003c80df089c7634f7d5af8f9d40440
2   "name": "MyPodsDemo",
3   "version": "1.0.0",
4   "summary": "建立CocoaPods库的Demo.",
5   "description": "pod的demo,仅供参考!DESC不能比Summary短,记清楚!",
6   "homepage": "https://github.com/hucong730/MyPodsDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "胡聪": "wddyzzw@icloud.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/hucong730/MyPodsDemo.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "MyPodsDemo/MyPodsDemo/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true