blob: 3ffe1fb901d27407f37230233295d22304cc06f8 [file] [log] [blame]
{
"name": "p2pkit",
"version": "1.3.6",
"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.6/p2pkit-ios-1.3.6.zip",
"sha1": "ff93ed743f4d9e52b29a4ecc56a7e29fcafc3b8e"
},
"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
}