[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / e / ECGPublicLib / 1.1.6 / ECGPublicLib.podspec.json
blob00b9785cb2cfed2e974d308bc58fd0b227654bd4
2   "name": "ECGPublicLib",
3   "version": "1.1.6",
4   "summary": "ECGPublicLib is a SDK content a lots of public tools, in order to use in program.",
5   "description": "ECGPublicLib is a SDK content a lots of public tools, in order to use in program,ECGPublicLib is a SDK content a lots of public tools, in order to use in program.",
6   "homepage": "https://github.com/fttios/ECGPublicLib/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fighter-FT": "fantantanyx@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/fttios/ECGPublicLib.git",
19     "tag": "1.1.6"
20   },
21   "dependencies": {
22     "Masonry": [
23       "~> 1.0.2"
24     ],
25     "SDWebImage": [
26       "~> 4.0.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "ECGCustomCell",
32       "source_files": "ECGPublicLib/ECGCustomCell/*.{h,m}",
33       "dependencies": {
34         "ECGPublicLib/model": [
36         ],
37         "ECGPublicLib/ECGLayoutConstraint": [
39         ]
40       }
41     },
42     {
43       "name": "model",
44       "source_files": "ECGPublicLib/model/*.{h,m}"
45     },
46     {
47       "name": "ECGLayoutConstraint",
48       "source_files": "ECGPublicLib/ECGLayoutConstraint/*.{h,m}"
49     },
50     {
51       "name": "ECGSet+Safe",
52       "source_files": "ECGPublicLib/ECGSet+Safe/*.{h,m}"
53     }
54   ]