[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / b / c / SyneriseSDK / 1.0.0 / SyneriseSDK.podspec.json
blobfe2444d1a9d6e8591f28f5cf778eb70c815ec4b8
2   "name": "SyneriseSDK",
3   "version": "1.0.0",
4   "summary": "iOS library for Synerise omnichannel platform",
5   "homepage": "http://synerise.com",
6   "authors": {
7     "Synerise": "developer@synerise.com"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/Synerise/ios-sdk.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "SyneriseSDK/SyneriseSDK.framework/Versions/A/Headers/*.h",
15   "vendored_frameworks": "SyneriseSDK/SyneriseSDK.framework",
16   "frameworks": [
17     "UIKit",
18     "Foundation",
19     "SystemConfiguration",
20     "MobileCoreServices",
21     "CoreLocation",
22     "CoreBluetooth"
23   ],
24   "social_media_url": "https://twitter.com/synerise",
25   "platforms": {
26     "ios": "7.0"
27   },
28   "requires_arc": true,
29   "xcconfig": {
30     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SyneriseSDK\"",
31     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/SyneriseSDK\""
32   }