[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 9 / b / 5 / FYHelper / 0.0.17 / FYHelper.podspec.json
blobaa2a07da6eefc8a689cdc6568d75b99676654e2d
2   "name": "FYHelper",
3   "version": "0.0.17",
4   "summary": "iOS Dev Helper",
5   "description": "iOS Dev Helper, this is a base framework for me.",
6   "homepage": "https://github.com/iosfeng/FYHelper",
7   "license": "MIT",
8   "authors": {
9     "FengYiyi": "iosfeng@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/iosfeng/FYHelper.git",
17     "tag": "0.0.17"
18   },
19   "source_files": "FYHelper/FYHelper.h",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ],
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "BuglyHotfix": [
31     ],
32     "FLEX": [
34     ],
35     "FMDB": [
37     ],
38     "Instabug": [
40     ],
41     "KVOController": [
43     ],
44     "Masonry": [
46     ],
47     "pop": [
49     ],
50     "iVersion": [
52     ],
53     "DZNEmptyDataSet": [
55     ]
56   },
57   "subspecs": [
58     {
59       "name": "FYSubclass",
60       "source_files": "FYHelper/FYSubclass/**/*",
61       "public_header_files": "FYHelper/FYSubclass/**/*.h"
62     },
63     {
64       "name": "FYUtil",
65       "source_files": "FYHelper/FYUtil/**/*",
66       "public_header_files": "FYHelper/FYUtil/**/*.h"
67     },
68     {
69       "name": "FYInstall",
70       "source_files": "FYHelper/FYInstall/**/*",
71       "public_header_files": "FYHelper/FYInstall/**/*.h",
72       "dependencies": {
73         "FYHelper/FYUtil": [
75         ]
76       }
77     },
78     {
79       "name": "FYUIKit",
80       "source_files": "FYHelper/FYUIKit/**/*",
81       "public_header_files": "FYHelper/FYUIKit/**/*.h",
82       "dependencies": {
83         "FYHelper/FYUtil": [
85         ]
86       }
87     },
88     {
89       "name": "FYCategory",
90       "source_files": "FYHelper/FYCategory/**/*",
91       "public_header_files": "FYHelper/FYCategory/**/*.h",
92       "dependencies": {
93         "FYHelper/FYUtil": [
95         ]
96       }
97     }
98   ]