[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 3 / e / ECGPublicLib / 1.1.5 / ECGPublicLib.podspec.json
blobb780735627631c9e3ff63f327ea2d57c561de0e2
2   "name": "ECGPublicLib",
3   "version": "1.1.5",
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/tree/master",
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.5"
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   ]