[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / e / p2pkit / 2.0.6 / p2pkit.podspec.json
blob4f39ed6b1fc2650aca23cecdbe0bb23f2b45a158
2   "name": "p2pkit",
3   "version": "2.0.6",
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/api/v2/ios/",
9   "license": {
10     "type": "Commercial",
11     "text": "Copyright 2017 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/2.0.6/p2pkit-ios-2.0.6.zip",
20     "sha1": "04691cf1bb8cb9cdff57e5d76ada6316a9486c94"
21   },
22   "ios": {
23     "source_files": "iOS/P2PKit.framework/Headers/*.h",
24     "public_header_files": "iOS/P2PKit.framework/Headers/*.h",
25     "vendored_frameworks": "iOS/P2PKit.framework",
26     "preserve_paths": "iOS/P2PKit.framework"
27   },
28   "osx": {
29     "source_files": "Mac/P2PKit.framework/Headers/*.h",
30     "public_header_files": "Mac/P2PKit.framework/Headers/*.h",
31     "vendored_frameworks": "Mac/P2PKit.framework",
32     "preserve_paths": "Mac/P2PKit.framework"
33   },
34   "frameworks": [
35     "CoreBluetooth",
36     "CFNetwork",
37     "Security",
38     "Foundation"
39   ],
40   "libraries": "icucore",
41   "requires_arc": true