[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / a / RSDeallocHandler / 1.1.1 / RSDeallocHandler.podspec.json
blob9e422b6183eb02c727b5b36af73f84bc7441866d
2   "name": "RSDeallocHandler",
3   "version": "1.1.1",
4   "summary": "NSObject category for adding and removing dealloc handler blocks.",
5   "homepage": "https://github.com/rabovik/RSDeallocHandler",
6   "license": "MIT",
7   "authors": {
8     "Yan Rabovik": "yan@rabovik.ru"
9   },
10   "source": {
11     "git": "https://github.com/rabovik/RSDeallocHandler.git",
12     "tag": "1.1.1"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source_files": "RSDeallocHandler",
19   "requires_arc": true,
20   "dependencies": {
21     "RSSwizzle": [
22       "~> 0.0"
23     ]
24   }