[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / a / 7 / LFNetworking / 0.0.4 / LFNetworking.podspec.json
blob38f058750c2e8f013f171036aeb4053465f15705
2   "name": "LFNetworking",
3   "version": "0.0.4",
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.4",
13     "submodules": false
14   },
15   "requires_arc": true,
16   "dependencies": {
17     "AFNetworking": [
18       "~> 2.5.1"
19     ]
20   },
21   "platforms": {
22     "ios": "7.0",
23     "osx": "10.9"
24   },
25   "source_files": [
26     "LFNetworking/*",
27     "LFNetworking/ThirdParty/*"
28   ],
29   "exclude_files": "Example",
30   "ios": {
31     "frameworks": [
32       "MobileCoreServices",
33       "CoreGraphics",
34       "Security"
35     ]
36   },
37   "osx": {
38     "frameworks": [
39       "CoreServices",
40       "Security"
41     ]
42   }