[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 7 / LFNetworking / 0.0.1.1 / LFNetworking.podspec.json
blob862e60715f3c2b2ace11e4079be438a5b5aa109a
2   "name": "LFNetworking",
3   "version": "0.0.1.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.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   "ios": {
26     "frameworks": [
27       "MobileCoreServices",
28       "CoreGraphics",
29       "Security"
30     ]
31   },
32   "osx": {
33     "frameworks": [
34       "CoreServices",
35       "Security"
36     ]
37   }