[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 0 / CocoapodsMakeExamplev / 0.0.2 / CocoapodsMakeExamplev.podspec.json
blob404c88bca90a583a0a32ce613e9665a9133d2a94
2   "name": "CocoapodsMakeExamplev",
3   "version": "0.0.2",
4   "summary": "A example of Cocoapods make.",
5   "description": "Show how to make a Cocoapods.",
6   "homepage": "https://github.com/AlleniCode/CocoapodsMake.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yutao": "zhangyutao2014@163.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/AlleniCode/CocoapodsMake.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "CocoapodsMakeExample",
23     "CocoapodsMakeExample/CocoapodsMakeExample/Example/*.{h,m}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true