[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / e / AsyncOperation / 1.0.0 / AsyncOperation.podspec.json
blobc6da2bea2eaabb833f9b71aa1a82237e3c4591c7
2   "name": "AsyncOperation",
3   "version": "1.0.0",
4   "summary": "A hassle-free implementation of asynchronous NSOperations/NSBlockOperations.",
5   "description": "                   AsyncOperation aims to ease the pain commonly encountered when having to subclass NSOperation for async tasks.\n",
6   "homepage": "https://github.com/regexident/AsyncOperation",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/regexident/AsyncOperation.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "AsyncOperation/Classes/*.{swift,h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "osx": "10.9",
22     "ios": "8.0"
23   }