[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 0 / 7 / SimpleNetwork / 0.2.0 / SimpleNetwork.podspec.json
blob66bc8e0e0beea7265b03973874d696571c461ca7
2   "name": "SimpleNetwork",
3   "version": "0.2.0",
4   "summary": "SimpleNetwork is an Objective-C library for iOS developers.",
5   "homepage": "https://github.com/wenbobao/SimpleNetManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "bob123456": "744865006@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/wenbobao/SimpleNetManager.git",
18     "tag": "0.2.0"
19   },
20   "source_files": [
21     "SimpleNetwork",
22     "SimpleAFNetworkingDemo/SimpleNetwork/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.6.3"
28     ]
29   },
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ]