blob: 8618ab4e73a1c356d266e734bf8662854ea24c8b [file] [log] [blame]
{
"name": "SNAnimations",
"version": "0.0.3",
"summary": "Animation builder.",
"description": "Animation builder, CABasicAnimation encapsulation and management of transition animation.",
"homepage": "https://github.com/snlo/SNAnimations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNAnimations.git",
"tag": "0.0.3"
},
"source_files": "SNAnimations/SNAnimations/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}