blob: 84ace4fcda4e956d5dcd5f58aa0f2de88bcf16f3 [file] [log] [blame]
{
"name": "Squall",
"version": "1.11",
"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": {
"Marcus Eckert": "hello@squall.no"
},
"source": {
"git": "https://github.com/marcuseckert/Squall.git",
"tag": "1.11"
},
"social_media_url": "https://twitter.com/marcus_eckert",
"resource_bundles": {
"Squall": [
"Squall.framework/rsaCert.der"
]
},
"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
}