[Add] ExpoFpIndoorAtlas 4.8.11
[CocoaPods.git] / Specs / c / d / 0 / LeexTools / 0.1.0 / LeexTools.podspec.json
blob9aa2d09f5b7430d85934e12358e4fe510500d2d7
2   "name": "LeexTools",
3   "version": "0.1.0",
4   "summary": "封装AFNetworking4.* + YYCache缓存网络请求及其他工具类",
5   "description": "TODO: LeexTools是初始化新项目的得力工具,结构如下:\n1.Network LXNetWork对AFNetworking4.* + YYCache进行封装,可缓存网络请求\n2.Category 分类\n3.Utils 工具类",
6   "homepage": "https://github.com/leex05/LeexTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leex05": "leex_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/leex05/LeexTools.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LeexTools/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ]
29   }