blob: ed84a634337f2880691daf2b3bb2cfa4d71804a1 [file] [log] [blame]
{
"name": "SNAnimations",
"version": "0.0.4",
"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.4"
},
"source_files": "SNAnimations/SNAnimations/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}