blob: 21bbf9196aad113fd1d95da573f86f65f5a7f19f [file] [log] [blame]
{
"name": "PXTutorialManager",
"version": "0.1.3",
"summary": "A tutorial with an image carousel.",
"description": "Loads a JSON description for a tutorial and displays images and descriptions in a neat carousel.",
"homepage": "https://github.com/pixio/PXTutorialManager/",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXTutorialManager.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXTutorialManager": [
"Pod/Assets/PXTutorialManager/*.{png,json}"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"UIColor-MoreColors": [
],
"PXButton": [
],
"PXUtilities": [
],
"PXImageView": [
],
"iCarousel": [
"~> 1.8"
]
}
}