[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 0 / c / 5 / baseFountion / 1.0.0 / baseFountion.podspec.json
blob2e7becdea8ce2bc9a5d05401668e14dec3762567
2   "name": "baseFountion",
3   "version": "1.0.0",
4   "summary": "AJNetworking是对AFNetworking 3.x 版本的封装,内部集成缓存和JSON转化.",
5   "description": "AJNetworking是对网络层的封装,将网络请求、JSON数据转化和数据缓存合三为一,上层可以更专注于业务的处理。",
6   "homepage": "https://github.com/xialun/baseFountion.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangshuaai": "aboojaner@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/xialun/baseFountion.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Classes/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "RSAEncryptor": [
33     ],
34     "Reachability": [
36     ],
37     "FMDB": [
39     ]
40   }