[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 2 / 9 / AsyncBlockOperation / 1.0.0 / AsyncBlockOperation.podspec.json
blobac9303c7247d7ac6a41e05508d68478b35dc2748
2   "name": "AsyncBlockOperation",
3   "version": "1.0.0",
4   "summary": "NSOperation subclass for support async block.",
5   "homepage": "https://github.com/devxoul/AsyncBlockOperation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "devxoul": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/AsyncBlockOperation.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "source_files": "AsyncBlockOperation/AsyncBlockOperation.{h,m}",
19   "frameworks": "Foundation",
20   "platforms": {
21     "ios": "4.3",
22     "osx": "10.6"
23   }