[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / b / 1 / BTFramework / 0.0.2 / BTFramework.podspec.json
blobe0da3742e3daaa9d4d98fda9f91a5ee2cfa4ff63
2   "name": "BTFramework",
3   "version": "0.0.2",
4   "summary": "基于AFNetwork的网络请求示例",
5   "description": "基于AFNetwork的网络请求示例,这就是一个测试,没别的,你信不信?",
6   "homepage": "https://github.com/BruceTian/BTFramework",
7   "license": "MIT",
8   "authors": "BruceTian",
9   "platforms": {
10     "ios": "10.0"
11   },
12   "source": {
13     "git": "https://github.com/BruceTian/BTFramework.git",
14     "tag": "0.0.2"
15   },
16   "source_files": "BTFramework/**/*.{h,m}",
17   "ios": {
18     "vendored_frameworks": "BTFramework/BTFramework.framework"
19   },
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ]
24   }