blob: dfc998300a8cd236e56ac994064728e362554f36 [file] [log] [blame]
{
"name": "SpinKit",
"version": "1.1.0",
"authors": {
"Ramon Torres": "raymondjavaxx@gmail.com"
},
"homepage": "https://github.com/raymondjavaxx/SpinKit-ObjC",
"summary": "UIActivityIndicatorView replacement with multiple styles and animations.",
"source": {
"git": "https://github.com/raymondjavaxx/SpinKit-ObjC.git",
"tag": "1.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"public_header_files": "SpinKit/RTSpinKitView.h",
"source_files": "SpinKit/**/*.{m,h}",
"requires_arc": true
}