blob: ba24433bc7a036967c55c58e1a9e023be3f26439 [file] [log] [blame]
{
"name": "Blackhole",
"version": "0.1.2",
"summary": "iOS <-> watchOS communication framework, based on WatchConnectivity framework.",
"description": "iOS <-> watchOS communication framework, based on WatchConnectivity framework.\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\nMust to have for watchOS development.",
"homepage": "https://github.com/GirAppe/Blackhole",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrzej Michnia": "amichnia@girappe.com"
},
"source": {
"git": "https://github.com/GirAppe/Blackhole.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"source_files": "Blackhole/Classes/Core/**/*",
"frameworks": [
"Foundation",
"WatchConnectivity"
],
"pushed_with_swift_version": "3.0"
}