blob: 1fc4b1252feb0600add93995a2bc22c88a7af1a1 [file] [log] [blame]
{
"name": "Ahoy",
"version": "1.0.0",
"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.0"
},
"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"
}