blob: 292455067c3aa1f929a0560d97d535ed6afdfec5 [file] [log] [blame]
{
"name": "TransactionAnimations",
"version": "1.0.0",
"summary": "Custom transaction animations.",
"homepage": "https://github.com/weylandd/TransactionAnimations",
"license": "MIT",
"authors": {
"Alex Kopachev": "jioruh2011@ya.ru"
},
"source": {
"git": "https://github.com/weylandd/TransactionAnimations.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"resource_bundles": {
"TransactionAnimations": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}