[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / f / e / MeileleNetworkSupport / 0.1.1 / MeileleNetworkSupport.podspec.json
blob05b60bb3a140c9bfeab01274aaaa4d1a421d2566
2   "name": "MeileleNetworkSupport",
3   "version": "0.1.1",
4   "summary": "A delightful iOS networking framework with AFNetWorking ",
5   "homepage": "https://github.com/louis-cai/MeileleNetworkSupport",
6   "license": "MIT",
7   "authors": {
8     "louis cai": "louis.cai.cn@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/louis-cai/MeileleNetworkSupport.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes",
19   "resource_bundles": {
20     "MeileleNetworkSupport": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.4.1"
31     ],
32     "ReactiveCocoa": [
33       "~> 2.3.1"
34     ]
35   }