blob: d627340d7747b6ee490473c064bf662b1a91ea0f [file] [log] [blame]
{
"name": "RACAutoDisposer",
"version": "0.2.0",
"summary": "Dispose RACSubscriptions with an easy way",
"homepage": "https://github.com/ryuheechul/RACAutoDisposer",
"license": "MIT",
"authors": {
"Ryu Heechul": "ryuhcii@gmail.com"
},
"source": {
"git": "https://github.com/ryuheechul/RACAutoDisposer.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/ryuheechul",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"ReactiveCocoa": [
]
}
}