blob: bae8ca2fe899d92c9a00bed67e2617ee645b19fe [file] [log] [blame]
{
"name": "Ahoy",
"version": "1.0.3",
"summary": "A lightweight swift library to build onboardings.",
"homepage": "https://github.com/xmartlabs/Ahoy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/Ahoy.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/xmartlabs",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": [
"Sources/**/*.xib",
"Sources/**/*.{swift}"
],
"frameworks": [
"UIKit",
"Foundation"
]
},
"pushed_with_swift_version": "3.0"
}