[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / d / YCocoapodTest / 1.0.0 / YCocoapodTest.podspec.json
blob1f2fc62dc1fa1a6c291362c566754e3dfbff2e41
2   "name": "YCocoapodTest",
3   "version": "1.0.0",
4   "summary": "一个简单cocoapod使用demo练习.",
5   "description": "第一次练习使用cocoapod,练习组件化使用。",
6   "homepage": "https://github.com/yangguangjun/CocoapodTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangguangjun": "guangjun_yang1990@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/yangguangjun/CocoapodTest.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "CocopodTset/CocopodTset/Classes/**/*.{h,m}"
24   ],
25   "requires_arc": true