[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / e / p2pkit / 1.3.7 / p2pkit.podspec.json
blob1b4fc09cf623de9f0623c41297c99e78c83ee8a2
2   "name": "p2pkit",
3   "version": "1.3.7",
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.7/p2pkit-ios-1.3.7.zip",
20     "sha1": "cde87ad7c675bb5f60267989a45ea0d0bf033aa7"
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     "CoreLocation",
37     "CFNetwork",
38     "Security",
39     "Foundation"
40   ],
41   "libraries": "icucore",
42   "requires_arc": true