[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / c / 0 / AVFramework / 0.0.2 / AVFramework.podspec.json
blobaa128e1137bf2e7d37c8feee88c08966a359e03b
2   "name": "AVFramework",
3   "version": "0.0.2",
4   "summary": "A framework that can help you create iOS application quickly.",
5   "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.",
6   "homepage": "https://wilddylan.github.io/",
7   "license": "MIT",
8   "authors": {
9     "WildDylan": "13301051937@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/WildDylan/AVFramework.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "AVFramework/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "QuartzCore"
23   ],
24   "requires_arc": true,
25   "module_name": "AVFramework",
26   "dependencies": {
27     "AFNetworking": [
29     ]
30   }