[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / a / LXMNetwork / 1.0.0 / LXMNetwork.podspec.json
blob326697db9e4e534cf982ab4958d5b7db59c838be
2   "name": "LXMNetwork",
3   "version": "1.0.0",
4   "summary": "网络组件",
5   "description": "基于AFNetwoking的二次封装网络组件",
6   "homepage": "https://github.com/luoxiaomiao/LXMNetwork",
7   "license": "MIT",
8   "authors": {
9     "luoxiaomiao": "luoyangguang@live.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/luoxiaomiao/LXMNetwork.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking/NSURLSession": [
25       "~>3.2.1"
26     ]
27   }