[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 2 / 8 / b / Blackhole / 0.1.2 / Blackhole.podspec.json
blobba24433bc7a036967c55c58e1a9e023be3f26439
2   "name": "Blackhole",
3   "version": "0.1.2",
4   "summary": "iOS <-> watchOS communication framework, based on WatchConnectivity framework.",
5   "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.",
6   "homepage": "https://github.com/GirAppe/Blackhole",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrzej Michnia": "amichnia@girappe.com"
13   },
14   "source": {
15     "git": "https://github.com/GirAppe/Blackhole.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "watchos": "2.0"
21   },
22   "source_files": "Blackhole/Classes/Core/**/*",
23   "frameworks": [
24     "Foundation",
25     "WatchConnectivity"
26   ],
27   "pushed_with_swift_version": "3.0"