[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / b / c / 9 / AsyncNinja / 1.3.0 / AsyncNinja.podspec.json
blob8d194827b41a5cc514d5bdb5ca37532f8f7ca8a2
2   "name": "AsyncNinja",
3   "version": "1.3.0",
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   "ios": {
15     "frameworks": [
16       "WebKit",
17       "CoreData",
18       "SystemConfiguration",
19       "UIKit"
20     ]
21   },
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10",
25     "watchos": "2.0",
26     "tvos": "9.0"
27   },
28   "osx": {
29     "frameworks": [
30       "WebKit",
31       "CoreData",
32       "SystemConfiguration",
33       "AppKit"
34     ]
35   },
36   "watchos": {
37     "frameworks": [
38       "CoreData",
39       "WatchKit"
40     ]
41   },
42   "tvos": {
43     "frameworks": [
44       "CoreData",
45       "SystemConfiguration",
46       "UIKit"
47     ]
48   },
49   "source_files": "Sources/*.swift",
50   "source": {
51     "git": "https://github.com/AsyncNinja/AsyncNinja.git",
52     "tag": "1.3.0"
53   },
54   "requires_arc": true,
55   "documentation_url": "http://docs.async.ninja"