blob: 9bcc7c4f93f8b57f88c004a0c6621b78ea5d6792 [file] [log] [blame]
{
"name": "FYHelper",
"version": "0.0.14",
"summary": "iOS Dev Helper",
"description": "iOS Dev Helper, this is a base framework for me.",
"homepage": "https://github.com/iosfeng/FYHelper",
"license": "MIT",
"authors": {
"FengYiyi": "iosfeng@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/iosfeng/FYHelper.git",
"tag": "0.0.14"
},
"source_files": "FYHelper/**/*",
"default_subspecs": "FYSubclass",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"AFNetworking": [
],
"BuglyHotfix": [
],
"FLEX": [
],
"FMDB": [
],
"Instabug": [
],
"KVOController": [
],
"Masonry": [
],
"pop": [
],
"iVersion": [
],
"DZNEmptyDataSet": [
]
},
"subspecs": [
{
"name": "FYSubclass",
"source_files": "FYHelper/FYSubclass/*"
}
]
}