blob: f123b1db04c77d72711fd33d4abba7b284cda4a7 [file] [log] [blame]
{
"name": "ICETutorial",
"version": "1.1.1",
"summary": "An implementation of the in-app tutorial as seen e.g. in Path 3",
"homepage": "http://icepat.github.io/ICETutorial",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": "Patrick Trillsam",
"source": {
"git": "https://github.com/icepat/ICETutorial.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ICETutorial/Libraries",
"public_header_files": "ICETutorial/Libraries",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"resources": [
"Resources/*.png"
]
}