[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 7 / LFNetworking / 0.0.1 / LFNetworking.podspec.json
blob728c1d7e1a782659c8b0feb0a89564c969669333
2   "name": "LFNetworking",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "A lightweight networking framework.",
6   "homepage": "https://github.com/zhangwei100/LFNetworking",
7   "authors": {
8     "Wei Zhang": "zhangwei100@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/zhangwei100/LFNetworking.git",
12     "tag": "0.0.1",
13     "submodules": false
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": [
21     "LFNetworking/*",
22     "LFNetworking/ThirdParty/*"
23   ],
24   "exclude_files": "Example",
25   "frameworks": [
26     "Foundation",
27     "CoreGraphics",
28     "UIKit",
29     "MobileCoreServices",
30     "Security"
31   ]