[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 3 / 5 / 9 / LLNetworkEngine / 1.0.0 / LLNetworkEngine.podspec.json
blob8d77edc785b1b9027953660ec820b143b9db4806
2   "name": "LLNetworkEngine",
3   "version": "1.0.0",
4   "summary": "A network engine base on AFNetworking.",
5   "description": "A network engine which support GET , POST , upload file or image base on AFNetworking.",
6   "homepage": "https://github.com/kevll/LLNetworkEngine",
7   "license": "MIT",
8   "authors": {
9     "kevll": "kevliule@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/kevll/LLNetworkEngine.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "LLNetworkEngine/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }