[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 9 / b / 5 / FYHelper / 0.0.15 / FYHelper.podspec.json
blob8d51b29703ebd110f20dedfa8fe8ae727f7e3cfa
2   "name": "FYHelper",
3   "version": "0.0.15",
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.15"
18   },
19   "default_subspecs": "FYSubclass",
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   ]