[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 9 / b / 5 / FYHelper / 0.0.14 / FYHelper.podspec.json
blob9bcc7c4f93f8b57f88c004a0c6621b78ea5d6792
2   "name": "FYHelper",
3   "version": "0.0.14",
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.14"
18   },
19   "source_files": "FYHelper/**/*",
20   "default_subspecs": "FYSubclass",
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics",
24     "UIKit"
25   ],
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "BuglyHotfix": [
32     ],
33     "FLEX": [
35     ],
36     "FMDB": [
38     ],
39     "Instabug": [
41     ],
42     "KVOController": [
44     ],
45     "Masonry": [
47     ],
48     "pop": [
50     ],
51     "iVersion": [
53     ],
54     "DZNEmptyDataSet": [
56     ]
57   },
58   "subspecs": [
59     {
60       "name": "FYSubclass",
61       "source_files": "FYHelper/FYSubclass/*"
62     }
63   ]