blob: de50cc75b6c5d00a63fc85d85a84ac08bbe103e6 [file] [log] [blame]
{
"name": "Blackhole",
"version": "1.0.2",
"summary": "A delightful iOS to watchOS communication framework.",
"description": "A delightful iOS to watchOS communication framework, based on WatchConnectivity framework's WCSession.\n\nUtilizes Wormhole concept, that simplifies data sync between iOS and watch devices. Also, provides set of handful protocols, allowing to create easily synchronized custom model classes.\n\nSome of the features:\n - start listeners, waiting for given communication message identifiers\n - send simple messages\n - send every object, that can be represented as Data\n - request any object from counterpart app, be sending a message and specifying success handler\n - all public api wrapped in convenient promises implementation (BrightFutures)\n\nMust to have for watchOS development.",
"homepage": "https://github.com/GirAppe/Blackhole",
"screenshots": "https://raw.githubusercontent.com/GirAppe/Blackhole/develop/Icon-60%402x.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrzej Michnia": "amichnia@girappe.com"
},
"source": {
"git": "https://github.com/GirAppe/Blackhole.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0",
"watchos": "3.0"
},
"frameworks": [
"Foundation",
"WatchConnectivity"
],
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Blackhole/Classes/Core/**/*"
},
{
"name": "BrightFutures",
"source_files": "Blackhole/Classes/{Core,BrightFutures}/**/*",
"dependencies": {
"BrightFutures": [
"~> 5.1"
]
}
}
]
}