blob: 19f5b9dcb805919633143c284012180b7c537488 [file] [log] [blame]
{
"name": "Instructions",
"cocoapods_version": ">= 0.39",
"version": "0.5.0",
"summary": "Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift.",
"homepage": "https://github.com/ephread/Instructions",
"license": "MIT",
"authors": {
"Frédéric Maquin": "fred@ephread.com"
},
"source": {
"git": "https://github.com/ephread/Instructions.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "AppExtensions",
"source_files": [
"Instructions",
"Sources/**/*.swift"
],
"resources": [
"Sources/**/*.xcassets"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DINSTRUCTIONS_APP_EXTENSIONS"
}
},
{
"name": "Core",
"source_files": [
"Instructions",
"Sources/**/*.swift"
],
"resources": [
"Sources/**/*.xcassets"
]
}
]
}