[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 3 / c / RACAutoDisposer / 0.2.0 / RACAutoDisposer.podspec.json
blobd627340d7747b6ee490473c064bf662b1a91ea0f
2   "name": "RACAutoDisposer",
3   "version": "0.2.0",
4   "summary": "Dispose RACSubscriptions with an easy way",
5   "homepage": "https://github.com/ryuheechul/RACAutoDisposer",
6   "license": "MIT",
7   "authors": {
8     "Ryu Heechul": "ryuhcii@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ryuheechul/RACAutoDisposer.git",
12     "tag": "0.2.0"
13   },
14   "social_media_url": "https://twitter.com/ryuheechul",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "ReactiveCocoa": [
23     ]
24   }