[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 9 / AsyncNinja / 1.2.1 / AsyncNinja.podspec.json
blobe7150329cb60b14de99cdbba894ab4476096e919
2   "name": "AsyncNinja",
3   "version": "1.2.1",
4   "summary": "A complete set of primitives for concurrency and reactive programming on Swift",
5   "homepage": "http://async.ninja",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Anton Mironov": "antonvmironov@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/AntonMironov",
14   "frameworks": [
15     "WebKit",
16     "CoreData",
17     "SystemConfiguration"
18   ],
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10",
25     "watchos": "2.0",
26     "tvos": "9.0"
27   },
28   "osx": {
29     "frameworks": "AppKit"
30   },
31   "watchos": {
32     "frameworks": "WatchKit"
33   },
34   "tvos": {
35     "frameworks": "UIKit"
36   },
37   "source_files": "Sources/*.swift",
38   "source": {
39     "git": "https://github.com/AsyncNinja/AsyncNinja.git",
40     "tag": "1.2.1"
41   },
42   "requires_arc": true,
43   "documentation_url": "http://docs.async.ninja",
44   "pushed_with_swift_version": "3.1"