[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 3 / e / ECGPublicLib / 1.1.3 / ECGPublicLib.podspec.json
blob4b1bc563d87ac3b88471801f54c3db27812dee90
2   "name": "ECGPublicLib",
3   "version": "1.1.3",
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.3"
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       }
38     },
39     {
40       "name": "model",
41       "source_files": "ECGPublicLib/model/*.{h,m}"
42     }
43   ]