blob: 4aa785fc1fa7c9daa2474bc3abc9fcec1aea3b39 [file] [log] [blame]
{
"name": "ARAnimation",
"version": "0.5",
"summary": "Easily Core Animation and more!",
"homepage": "https://github.com/AugustRush/ARAnimation",
"license": "MIT",
"authors": {
"AugustRush": "819373341@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/AugustRush/ARAnimation.git",
"tag": "0.5"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "Source/Exclude",
"public_header_files": "Source/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}