[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 5 / 0 / AJNetworking / 3.1.0 / AJNetworking.podspec.json
blobfb48ebb83b6cd9ac9ecac6be2d93964b5182d7d6
2   "name": "AJNetworking",
3   "version": "3.1.0",
4   "summary": "AJNetworking是对AFNetworking 3.x 版本的封装,内部集成缓存和JSON转化.",
5   "description": "AJNetworking是对网络层的封装,将网络请求、JSON数据转化和数据缓存合三为一,上层可以更专注于业务的处理。",
6   "homepage": "https://github.com/AbooJan/AJNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AbooJan": "aboojaner@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/AbooJan/AJNetworking.git",
19     "tag": "3.1.0"
20   },
21   "source_files": [
22     "AJNetworking/Classes/*.{h,m}",
23     "AJNetworking/Classes/Model/*.{h,m}",
24     "AJNetworking/Classes/Utils/*.{h,m}"
25   ],
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "Security"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
35     ],
36     "MJExtension": [
38     ],
39     "SPTPersistentCache": [
41     ]
42   }