[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 4 / 9 / streethawk / 1.7.4 / streethawk.podspec.json
blob76561eb8d86ac138c0fdaa786007c41774565547
2   "name": "streethawk",
3   "header_dir": "StreetHawkCore",
4   "version": "1.7.4",
5   "summary": "Mobile Engagement Automation: Geofences campaign, Engage in right time via push message, Segment app user, analyse campaign performance.",
6   "description": "Streethawkis mobile engagement automation for your smartphone and tablet app user.\n\nEngage users in right time using push message, segment your application users, create geofences and beacon regions to trigger location based campaign, analyse results and measure campaign performance.\n\nStreethawk supports iOS and Android devices. Chek out Getting started section for integrating Streethawk into your iOS and Android application or check out detailed document at Streethawk Documents.",
7   "homepage": "https://streethawk.freshdesk.com/helpdesk",
8   "screenshots": [
10   ],
11   "license": "LGPL",
12   "authors": {
13     "Christine": "christine@streethawk.com",
14     "Supporter": "support@streethawk.com"
15   },
16   "docset_url": "https://streethawk.freshdesk.com/solution/categories/5000158959",
17   "documentation_url": "https://streethawk.freshdesk.com/solution/categories/5000158959",
18   "source": {
19     "git": "https://github.com/StreetHawkSDK/ios.git",
20     "tag": "1.7.4",
21     "submodules": true
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "requires_arc": true,
27   "xcconfig": {
28     "OTHER_LDFLAGS": "$(inherited) -lObjC",
29     "OTHER_CFLAGS": "$(inherited) -DNS_BLOCK_ASSERTIONS=1 -DNDEBUG"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "StreetHawk/Classes/Core/**/*.{h,m}",
36         "StreetHawk/Classes/ThirdParty/UIDevice_Extension/*.{h,m}"
37       ],
38       "public_header_files": "StreetHawk/Classes/Core/**/Publish/*.h",
39       "exclude_files": [
40         "StreetHawk/Classes/Core/Private/SHPresentDialog.m",
41         "StreetHawk/Classes/Core/Private/SHCoverWindow.m"
42       ],
43       "resource_bundles": {
44         "streethawk": [
45           "StreetHawk/Assets/**/*"
46         ]
47       },
48       "frameworks": [
49         "CoreTelephony",
50         "Foundation",
51         "CoreGraphics",
52         "UIKit"
53       ],
54       "libraries": "sqlite3",
55       "dependencies": {
56         "MBProgressHUD": [
58         ]
59       },
60       "subspecs": [
61         {
62           "name": "no-arc",
63           "source_files": [
64             "StreetHawk/Classes/Core/Private/SHPresentDialog.{h,m}",
65             "StreetHawk/Classes/Core/Private/SHCoverWindow.{h,m}"
66           ],
67           "requires_arc": false,
68           "compiler_flags": "-fno-objc-arc"
69         }
70       ]
71     },
72     {
73       "name": "Growth",
74       "xcconfig": {
75         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GROWTH"
76       },
77       "source_files": "StreetHawk/Classes/Growth/**/*.{h,m}",
78       "public_header_files": "StreetHawk/Classes/Growth/**/Publish/*.h",
79       "dependencies": {
80         "streethawk/Core": [
82         ]
83       }
84     },
85     {
86       "name": "Push",
87       "xcconfig": {
88         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_NOTIFICATION"
89       },
90       "source_files": [
91         "StreetHawk/Classes/Notification/**/*.{h,m}",
92         "StreetHawk/Classes/ThirdParty/CBAutoScrollLabel/*.{h,m}",
93         "StreetHawk/Classes/ThirdParty/Emojione/*.{h,m}"
94       ],
95       "public_header_files": "StreetHawk/Classes/Notification/**/Publish/*.h",
96       "dependencies": {
97         "streethawk/Core": [
99         ]
100       }
101     },
102     {
103       "name": "Locations",
104       "xcconfig": {
105         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_LATLNG"
106       },
107       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
108       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
109       "frameworks": "CoreLocation",
110       "dependencies": {
111         "streethawk/Core": [
113         ],
114         "Reachability": [
116         ]
117       }
118     },
119     {
120       "name": "Geofence",
121       "xcconfig": {
122         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GEOFENCE"
123       },
124       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
125       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
126       "frameworks": "CoreLocation",
127       "dependencies": {
128         "streethawk/Core": [
130         ],
131         "Reachability": [
133         ]
134       }
135     },
136     {
137       "name": "Beacons",
138       "xcconfig": {
139         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_IBEACON"
140       },
141       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
142       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
143       "frameworks": "CoreLocation",
144       "dependencies": {
145         "streethawk/Core": [
147         ],
148         "Reachability": [
150         ]
151       }
152     },
153     {
154       "name": "Crash",
155       "xcconfig": {
156         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_CRASH"
157       },
158       "source_files": "StreetHawk/Classes/Crash/**/*.{h,m}",
159       "public_header_files": "StreetHawk/Classes/Crash/**/Publish/*.h",
160       "frameworks": "CoreLocation",
161       "dependencies": {
162         "streethawk/Core": [
164         ]
165       },
166       "vendored_frameworks": "StreetHawk/Vendor/CrashReporter.framework"
167     },
168     {
169       "name": "Feed",
170       "xcconfig": {
171         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_FEED"
172       },
173       "source_files": "StreetHawk/Classes/Feed/**/*.{h,m}",
174       "public_header_files": "StreetHawk/Classes/Feed/**/Publish/*.h",
175       "dependencies": {
176         "streethawk/Core": [
178         ]
179       }
180     }
181   ]