[Add] GreenVideoSDK 2.0.13
[CocoaPods.git] / Specs / 8 / e / 4 / FGClass / 1.0.3 / FGClass.podspec.json
blobb4f1d3f2d344f6a8005fecfc0d809b111efa0954
2   "name": "FGClass",
3   "version": "1.0.3",
4   "summary": "火鹰科技iOS常用类",
5   "homepage": "https://github.com/yangweicong/FGClass",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "figo_ywc": "yangwc@figo.cn"
12   },
13   "source": {
14     "git": "https://github.com/yangweicong/FGClass.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "FGClass/*.{h,m}",
21   "private_header_files": "FGClass/FGClass.h",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Masonry": [
27     ],
28     "TPKeyboardAvoiding": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Base",
35       "source_files": "FGClass/Base/*.{h,m}"
36     },
37     {
38       "name": "Common",
39       "source_files": "FGClass/Common/*.{h,m}"
40     }
41   ]