blob: bbf16c3b38e7d2b479c45f21ffcdbdae38d5826c [file] [log] [blame]
{
"name": "ABOnboarding",
"version": "0.1.0",
"summary": "The easiest way to onboard users in your iOS app",
"homepage": "https://github.com/MrAdamBoyd/ABOnboarding",
"license": "MIT",
"authors": {
"Adam Boyd": "adamboyd50@gmail.com"
},
"source": {
"git": "https://github.com/MrAdamBoyd/ABOnboarding.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ABOnboarding": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}