[Add] CarDrLib 1.0.1
[CocoaPods.git] / Specs / b / 8 / 5 / OEAsyncBlockOperation / 1.0 / OEAsyncBlockOperation.podspec.json
bloba05f65b272f562a715c85dffe66e13f329a2de36
2   "name": "OEAsyncBlockOperation",
3   "version": "1.0",
4   "summary": "A simple NSOperation subclass to perform asynchronous operations on NSOperationQueue",
5   "homepage": "https://github.com/orxelm/OEAsyncBlockOperation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Or Elmaliah": "orxelm@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/orxelm/OEAsyncBlockOperation.git",
18     "tag": "1.0"
19   },
20   "source_files": "AsyncBlockOperation/*.swift",
21   "requires_arc": true,
22   "frameworks": "Foundation"