blob: 4f6df56d04c7e27732d73cbddfb563903b150797 [file] [log] [blame]
{
"name": "FeelGood",
"version": "0.0.4",
"summary": "My Lib",
"description": "My Lib\n* Markdown 格式",
"homepage": "http://www.baidu.com",
"license": "MIT",
"authors": {
"liguojun": "358304990@qq.com"
},
"source": {
"git": "https://github.com/CNFeelGood/FeelGood.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "FeelGood/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"module_name": "FeelGood",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}