[Add] KommunicateCore-iOS-SDK 1.2.5
[CocoaPods.git] / Specs / 7 / b / f / SuperID / 1.4.2 / SuperID.podspec.json
blob507b17a0bae185783f282145626f294d9dcfa5c5
2   "name": "SuperID",
3   "version": "1.4.2",
4   "license": {
5     "type": "Copyright",
6     "text": "LICENSE Copyright 2015 superid.me, Inc. All rights reserved."
7   },
8   "homepage": "http://superid.me/",
9   "summary": "为iOS、Android应用提供「刷脸登录」功能,简化注册、登录流程。SuperID SDK FaceLogin",
10   "authors": "SuperID",
11   "source": {
12     "git": "https://github.com/SuperID/superid-ios-sdk.git",
13     "tag": "1.4.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "SuperID-SDK-iOS/*.h",
20   "vendored_libraries": "SuperID-SDK-iOS/libSuperIDSDK.a",
21   "source_files": [
22     "SuperID-SDK-iOS/"
23   ],
24   "preserve_paths": "SuperID-SDK-iOS/*.a",
25   "frameworks": [
26     "Foundation",
27     "AVFoundation",
28     "CoreMedia",
29     "CoreTelephony"
30   ],
31   "libraries": [
32     "c++",
33     "SuperIDSDK"
34   ],
35   "xcconfig": {
36     "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
37     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SuperID/SuperID-SDK-iOS\""
38   }