blob: ac86d84228554c7e9f54a0d97e0c396d07ba0cd1 [file] [log] [blame]
{
"name": "p2pkit",
"version": "1.3.0",
"summary": "A hyperlocal interaction toolkit",
"description": "p2pkit is an easy to use SDK that bundles together several proximity technologies kung-fu style! With p2pkit apps immediately understand their proximity to nearby devices and users, 'verify' their identity, and exchange information with them.",
"homepage": "http://p2pkit.io",
"social_media_url": "https://twitter.com/uepaa",
"documentation_url": "http://p2pkit.io/appledoc",
"license": {
"type": "Commercial",
"text": "Copyright 2016 Uepaa AG"
},
"authors": "Uepaa AG",
"platforms": {
"ios": "7.1",
"osx": "10.10"
},
"source": {
"http": "http://p2pkit.io/maven2/ch/uepaa/p2p/p2pkit-ios/1.3.0/p2pkit-ios-1.3.0.zip",
"sha1": "1c6d18ac2cdf600836492325f1f71937ac85a567"
},
"ios": {
"public_header_files": "iOS/P2PKit.framework/Headers/*.h",
"vendored_frameworks": "iOS/P2PKit.framework",
"preserve_paths": "iOS/P2PKit.framework"
},
"osx": {
"public_header_files": "Mac/P2PKit.framework/Headers/*.h",
"vendored_frameworks": "Mac/P2PKit.framework",
"preserve_paths": "Mac/P2PKit.framework"
},
"frameworks": [
"CoreBluetooth",
"CoreLocation",
"CFNetwork",
"Security",
"Foundation"
],
"libraries": "icucore",
"requires_arc": true
}