[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / 9 / streethawk / 1.8.1 / streethawk.podspec.json
blob36cb55f659c8c0d4808c2b99c1ed0d5ddf85c569
2   "name": "streethawk",
3   "header_dir": "StreetHawkCore",
4   "version": "1.8.1",
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   "documentation_url": "http://streethawksdk.github.io/ios/",
17   "source": {
18     "git": "https://github.com/StreetHawkSDK/ios.git",
19     "tag": "1.8.1",
20     "submodules": true
21   },
22   "platforms": {
23     "ios": "7.0"
24   },
25   "requires_arc": true,
26   "xcconfig": {
27     "OTHER_LDFLAGS": "$(inherited) -lObjC",
28     "OTHER_CFLAGS": "$(inherited) -DNS_BLOCK_ASSERTIONS=1 -DNDEBUG"
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "StreetHawk/Classes/Core/**/*.{h,m}",
35         "StreetHawk/Classes/ThirdParty/UIDevice_Extension/*.{h,m}",
36         "StreetHawk/Classes/ThirdParty/AFNetworking/*.{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         "CoreSpotlight"
54       ],
55       "libraries": "sqlite3",
56       "dependencies": {
57         "MBProgressHUD": [
59         ]
60       },
61       "subspecs": [
62         {
63           "name": "no-arc",
64           "source_files": [
65             "StreetHawk/Classes/Core/Private/SHPresentDialog.{h,m}",
66             "StreetHawk/Classes/Core/Private/SHCoverWindow.{h,m}"
67           ],
68           "requires_arc": false,
69           "compiler_flags": "-fno-objc-arc"
70         }
71       ]
72     },
73     {
74       "name": "Growth",
75       "xcconfig": {
76         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GROWTH"
77       },
78       "source_files": "StreetHawk/Classes/Growth/**/*.{h,m}",
79       "public_header_files": "StreetHawk/Classes/Growth/**/Publish/*.h",
80       "dependencies": {
81         "streethawk/Core": [
83         ]
84       }
85     },
86     {
87       "name": "Push",
88       "xcconfig": {
89         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_NOTIFICATION"
90       },
91       "source_files": [
92         "StreetHawk/Classes/Notification/**/*.{h,m}",
93         "StreetHawk/Classes/ThirdParty/CBAutoScrollLabel/*.{h,m}",
94         "StreetHawk/Classes/ThirdParty/Emojione/*.{h,m}"
95       ],
96       "public_header_files": "StreetHawk/Classes/Notification/**/Publish/*.h",
97       "dependencies": {
98         "streethawk/Core": [
100         ]
101       }
102     },
103     {
104       "name": "Locations",
105       "xcconfig": {
106         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_LATLNG"
107       },
108       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
109       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
110       "exclude_files": [
111         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
112         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
113         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
114         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
115       ],
116       "frameworks": "CoreLocation",
117       "dependencies": {
118         "streethawk/Core": [
120         ],
121         "Reachability": [
123         ]
124       }
125     },
126     {
127       "name": "Geofence",
128       "xcconfig": {
129         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GEOFENCE"
130       },
131       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
132       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
133       "exclude_files": [
134         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
135         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
136         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}"
137       ],
138       "frameworks": "CoreLocation",
139       "dependencies": {
140         "streethawk/Core": [
142         ],
143         "Reachability": [
145         ]
146       }
147     },
148     {
149       "name": "Beacons",
150       "xcconfig": {
151         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_IBEACON"
152       },
153       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
154       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
155       "exclude_files": [
156         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}",
157         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
158         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
159       ],
160       "frameworks": "CoreLocation",
161       "dependencies": {
162         "streethawk/Core": [
164         ],
165         "Reachability": [
167         ]
168       }
169     },
170     {
171       "name": "Crash",
172       "xcconfig": {
173         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_CRASH"
174       },
175       "source_files": "StreetHawk/Classes/Crash/**/*.{h,m}",
176       "public_header_files": "StreetHawk/Classes/Crash/**/Publish/*.h",
177       "frameworks": "CoreLocation",
178       "dependencies": {
179         "streethawk/Core": [
181         ]
182       },
183       "vendored_frameworks": "StreetHawk/Vendor/CrashReporter.framework"
184     },
185     {
186       "name": "Feed",
187       "xcconfig": {
188         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_FEED"
189       },
190       "source_files": "StreetHawk/Classes/Feed/**/*.{h,m}",
191       "public_header_files": "StreetHawk/Classes/Feed/**/Publish/*.h",
192       "dependencies": {
193         "streethawk/Core": [
195         ]
196       }
197     }
198   ]