[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 4 / FGClass / 1.0.1 / FGClass.podspec.json
blob5c9d50c4e6e18113a2d223ff02a7092bf5bd25f7
2   "name": "FGClass",
3   "version": "1.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "FGClass/FGClass.h",
21   "private_header_files": "FGClass/FGClass.h",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Masonry": [
26       "~> 1.0.2"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Macro&CommonValue",
32       "source_files": "FGClass/Macro&CommonValue/*.{h,m}"
33     }
34   ]