blob: aa128e1137bf2e7d37c8feee88c08966a359e03b [file] [log] [blame]
{
"name": "AVFramework",
"version": "0.0.2",
"summary": "A framework that can help you create iOS application quickly.",
"description": "When Develope iPhone, iPad application, you need some basic service, `AVFramework` can do this. It will be your application support. Hope can help you build your iPhone, iPad, OSX application faster.",
"homepage": "https://wilddylan.github.io/",
"license": "MIT",
"authors": {
"WildDylan": "13301051937@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/WildDylan/AVFramework.git",
"tag": "0.0.2"
},
"source_files": "AVFramework/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"module_name": "AVFramework",
"dependencies": {
"AFNetworking": [
]
}
}