[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 3 / TigerConnect / 1.9.1 / TigerConnect.podspec.json
blob7b2bca4ec23f6e3438a055041bad83f30e47eeda
2   "name": "TigerConnect",
3   "version": "1.9.1",
4   "summary": "TigerConnect iOS SDK",
5   "description": "Enhance your iOS apps with intelligent, secure messaging from TigerConnect",
6   "license": "Commercial",
7   "authors": {
8     "TigerConnect": "oren@tigertext.com"
9   },
10   "homepage": "https://developer.tigertext.com/docs",
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/tigerconnect/ios-sdk-release.git",
14     "tag": "1.9.1"
15   },
16   "user_target_xcconfig": {
17     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
18   },
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "platforms": {
23     "ios": "11.0"
24   },
25   "vendored_frameworks": "TTKit.framework",
26   "libraries": [
27     "z"
28   ],
29   "ios": {
30     "frameworks": [
31       "UIKit",
32       "Foundation",
33       "CoreGraphics",
34       "CoreData",
35       "CFNetwork",
36       "Security",
37       "SystemConfiguration",
38       "AVFoundation",
39       "AddressBook",
40       "CoreLocation",
41       "MobileCoreServices",
42       "CoreTelephony",
43       "CoreMedia",
44       "ImageIO"
45     ]
46   }