[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 3 / HTMISafeModule / 0.1.0 / HTMISafeModule.podspec.json
blobb454452cb8dfbe57f4b3ad553b28f66070de2f84
2   "name": "HTMISafeModule",
3   "version": "0.1.0",
4   "summary": "A short description of HTMISafeModule.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lqwang521/HTMISafeModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lqwang521": "wanglq@htmitech.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/MyCoding521/HTMISafeModule.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HTMISafeModule/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "NSObjectSafe",
25       "requires_arc": false,
26       "public_header_files": [
27         "HTMISafeModule/Classes/NSObjectSafe/*.h"
28       ],
29       "source_files": [
30         "HTMISafeModule/Classes/NSObjectSafe/*"
31       ]
32     }
33   ]