[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / d / f / 2 / Ahoy / 1.0.3 / Ahoy.podspec.json
blobbae8ca2fe899d92c9a00bed67e2617ee645b19fe
2   "name": "Ahoy",
3   "version": "1.0.3",
4   "summary": "A lightweight swift library to build onboardings.",
5   "homepage": "https://github.com/xmartlabs/Ahoy",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xmartlabs SRL": "swift@xmartlabs.com"
12   },
13   "source": {
14     "git": "https://github.com/xmartlabs/Ahoy.git",
15     "tag": "1.0.3"
16   },
17   "social_media_url": "https://twitter.com/xmartlabs",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": [
24       "Sources/**/*.xib",
25       "Sources/**/*.{swift}"
26     ],
27     "frameworks": [
28       "UIKit",
29       "Foundation"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"