[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 9 / LSYNetworking / 1.0.1 / LSYNetworking.podspec.json
blob14a86a2baf329702e1b3b71786d6b47ba6f6f77b
2   "name": "LSYNetworking",
3   "version": "1.0.1",
4   "summary": "LSYNetworking is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/liusiyangiOS/LSYNetworking",
6   "license": "MIT",
7   "authors": {
8     "liusiyangiOS": "liusiyang_iOS@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liusiyangiOS/LSYNetworking.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "LSYNetworking/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 4.0"
22     ]
23   }