[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / 0 / CocoapodSpecDemo / 0.0.1 / CocoapodSpecDemo.podspec.json
blob2f319457ea98edd101c58930e7000394cf415f87
2   "name": "CocoapodSpecDemo",
3   "version": "0.0.1",
4   "summary": "test how to create cocoapodspec.",
5   "description": "test how to create cocoapodspec of mine",
6   "homepage": "https://github.com/potato512/CocoapodSpecDemo",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "herman": "zhangsy757@163.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/potato512/CocoapodSpecDemo.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "CocoapodSpecDemo",
23     "CocoapodSpecDemo/*.{h,m}"
24   ],
25   "public_header_files": "CocoapodSpecDemo/*.h",
26   "requires_arc": true