[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / a / 7 / AFNetworking-ReactiveCocoa / 0.0.1 / AFNetworking-ReactiveCocoa.podspec.json
blob0100abf29aac6826d41a291dd39112133adff1f2
2   "name": "AFNetworking-ReactiveCocoa",
3   "version": "0.0.1",
4   "summary": "Make AFNetworking reactive.",
5   "homepage": "https://github.com/uasi/AFNetworking-ReactiveCocoa",
6   "license": "MIT",
7   "authors": {
8     "Tomoki Aonuma": "uasi@uasi.jp"
9   },
10   "source": {
11     "git": "https://github.com/uasi/AFNetworking-ReactiveCocoa.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source_files": ".",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 1.0"
23     ],
24     "ReactiveCocoa": [
25       "~> 1.0"
26     ]
27   }