blob: 2094ce84358ffc7dd20de3d7b834c50721d3b738 [file] [log] [blame]
{
"name": "Squall",
"version": "2.462",
"summary": "Squall - After Effects to iOS.",
"platforms": {
"ios": "8.0"
},
"description": "Squall - convert After Effects animations to iOS code and integrate them with your app.",
"homepage": "https://github.com/marcuseckert/Squall",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Forge and Form GmbH": "hello@squall.no"
},
"source": {
"git": "https://github.com/marcuseckert/Squall.git",
"tag": "2.462"
},
"social_media_url": "https://twitter.com/marcus_eckert",
"resource_bundles": {
"Squall": [
"Squall.framework/rsaCert.der",
"Squall.framework/squallLicense.pdf"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Squall\""
},
"preserve_paths": "Squall.framework",
"source_files": "Squall.framework/Headers/**/*.h",
"public_header_files": "Squall.framework/Headers/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"ios": {
"vendored_frameworks": "Squall.framework"
},
"requires_arc": true
}