blob: 39fa35282efed5e5dedfb24e822ae904540a5f74 [file] [log] [blame]
{
"name": "AsyncNinja",
"version": "1.2.2",
"summary": "A complete set of primitives for concurrency and reactive programming on Swift",
"homepage": "http://async.ninja",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Mironov": "antonvmironov@gmail.com"
},
"social_media_url": "https://twitter.com/AntonMironov",
"ios": {
"frameworks": [
"WebKit",
"CoreData",
"SystemConfiguration",
"UIKit"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"osx": {
"frameworks": [
"WebKit",
"CoreData",
"SystemConfiguration",
"AppKit"
]
},
"watchos": {
"frameworks": [
"CoreData",
"WatchKit"
]
},
"tvos": {
"frameworks": [
"CoreData",
"SystemConfiguration",
"UIKit"
]
},
"source_files": "Sources/*.swift",
"source": {
"git": "https://github.com/AsyncNinja/AsyncNinja.git",
"tag": "1.2.2"
},
"requires_arc": true,
"documentation_url": "http://docs.async.ninja",
"pushed_with_swift_version": "3.2"
}