[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / e / p2pkit / 1.3.0 / p2pkit.podspec.json
blobac86d84228554c7e9f54a0d97e0c396d07ba0cd1
2   "name": "p2pkit",
3   "version": "1.3.0",
4   "summary": "A hyperlocal interaction toolkit",
5   "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.",
6   "homepage": "http://p2pkit.io",
7   "social_media_url": "https://twitter.com/uepaa",
8   "documentation_url": "http://p2pkit.io/appledoc",
9   "license": {
10     "type": "Commercial",
11     "text": "Copyright 2016 Uepaa AG"
12   },
13   "authors": "Uepaa AG",
14   "platforms": {
15     "ios": "7.1",
16     "osx": "10.10"
17   },
18   "source": {
19     "http": "http://p2pkit.io/maven2/ch/uepaa/p2p/p2pkit-ios/1.3.0/p2pkit-ios-1.3.0.zip",
20     "sha1": "1c6d18ac2cdf600836492325f1f71937ac85a567"
21   },
22   "ios": {
23     "public_header_files": "iOS/P2PKit.framework/Headers/*.h",
24     "vendored_frameworks": "iOS/P2PKit.framework",
25     "preserve_paths": "iOS/P2PKit.framework"
26   },
27   "osx": {
28     "public_header_files": "Mac/P2PKit.framework/Headers/*.h",
29     "vendored_frameworks": "Mac/P2PKit.framework",
30     "preserve_paths": "Mac/P2PKit.framework"
31   },
32   "frameworks": [
33     "CoreBluetooth",
34     "CoreLocation",
35     "CFNetwork",
36     "Security",
37     "Foundation"
38   ],
39   "libraries": "icucore",
40   "requires_arc": true