[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 2 / Ahoy / 2.0.0 / Ahoy.podspec.json
blob184f7df38b5b1c2bdebf8a63e1836a074ffd94f2
2   "name": "Ahoy",
3   "version": "2.0.0",
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": "2.0.0"
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": "4.0"