[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / 9 / streethawk / 1.7.5 / streethawk.podspec.json
blob7a14e08d6878661ce599a41050a423925910424f
2   "name": "streethawk",
3   "header_dir": "StreetHawkCore",
4   "version": "1.7.5",
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.5",
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       "exclude_files": [
110         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
111         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
112         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
113         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
114       ],
115       "frameworks": "CoreLocation",
116       "dependencies": {
117         "streethawk/Core": [
119         ],
120         "Reachability": [
122         ]
123       }
124     },
125     {
126       "name": "Geofence",
127       "xcconfig": {
128         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GEOFENCE"
129       },
130       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
131       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
132       "exclude_files": [
133         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
134         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
135         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}"
136       ],
137       "frameworks": "CoreLocation",
138       "dependencies": {
139         "streethawk/Core": [
141         ],
142         "Reachability": [
144         ]
145       }
146     },
147     {
148       "name": "Beacons",
149       "xcconfig": {
150         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_IBEACON"
151       },
152       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
153       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
154       "exclude_files": [
155         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}",
156         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
157         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
158       ],
159       "frameworks": "CoreLocation",
160       "dependencies": {
161         "streethawk/Core": [
163         ],
164         "Reachability": [
166         ]
167       }
168     },
169     {
170       "name": "Crash",
171       "xcconfig": {
172         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_CRASH"
173       },
174       "source_files": "StreetHawk/Classes/Crash/**/*.{h,m}",
175       "public_header_files": "StreetHawk/Classes/Crash/**/Publish/*.h",
176       "frameworks": "CoreLocation",
177       "dependencies": {
178         "streethawk/Core": [
180         ]
181       },
182       "vendored_frameworks": "StreetHawk/Vendor/CrashReporter.framework"
183     },
184     {
185       "name": "Feed",
186       "xcconfig": {
187         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_FEED"
188       },
189       "source_files": "StreetHawk/Classes/Feed/**/*.{h,m}",
190       "public_header_files": "StreetHawk/Classes/Feed/**/Publish/*.h",
191       "dependencies": {
192         "streethawk/Core": [
194         ]
195       }
196     }
197   ]