blob: 96a0485f7f92e9eaa15a50c2cc367f8137878317 [file] [log] [blame]
{
"name": "SnowFallingFramework",
"version": "1.4.1",
"summary": "A nice iOS framework to able you to create iPhone and iPad Apps with snow falling effects.",
"license": {
"type": "Shareware",
"file": "LICENSE.txt"
},
"authors": {
"Danilo Priore": "support@prioregroup.com"
},
"homepage": "https://github.com/priore/SnowFalling",
"social_media_url": "https://twitter.com/danilopriore",
"source": {
"git": "https://github.com/priore/SnowFalling.git",
"tag": "v1.4.1"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/SnowFallingFramework/**"
},
"frameworks": [
"Foundation",
"QuartzCore",
"UIKit"
],
"platforms": {
"ios": "5.1"
},
"ios": {
"preserve_paths": "SnowFalling.framework",
"public_header_files": "SnowFalling.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "SnowFalling.framework"
}
}