blob: 8d51b29703ebd110f20dedfa8fe8ae727f7e3cfa [file] [log] [blame]
{
"name": "FYHelper",
"version": "0.0.15",
"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.15"
},
"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/**/*",
"public_header_files": "FYHelper/FYSubclass/**/*.h"
}
]
}