[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 2 / 4 / WFUtils / 1.1.2 / WFUtils.podspec.json
blob961e03a5cbe3cc8c10a95b97dd1849ca7e904a03
2   "name": "WFUtils",
3   "version": "1.1.2",
4   "summary": "Utils.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://git.ihangmei.com/iOS_RD/WFUtils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "meiyuanyuan": "meiyuanyuan@ihangmei.com"
13   },
14   "source": {
15     "git": "http://git.ihangmei.com/iOS_RD/WFUtils.git",
16     "tag": "1.1.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "WFUtils/**/*",
22   "subspecs": [
23     {
24       "name": "WFSign",
25       "platforms": {
26         "ios": "7.0"
27       },
28       "public_header_files": "WFUtils/WFSign/*.h",
29       "source_files": "WFUtils/WFSign"
30     },
31     {
32       "name": "WFModel",
33       "platforms": {
34         "ios": "7.0"
35       },
36       "public_header_files": "WFUtils/WFModel/*.h",
37       "source_files": "WFUtils/WFModel"
38     },
39     {
40       "name": "WFDataSecurity",
41       "platforms": {
42         "ios": "7.0"
43       },
44       "public_header_files": "WFUtils/WFDataSecurity/*.h",
45       "source_files": "WFUtils/WFDataSecurity"
46     }
47   ]