blob: e5bcd0363802717eada8e93478aacd16f3dc51aa [file] [log] [blame]
{
"name": "Activity",
"version": "1.0",
"summary": "Activity for iOS Objective-C is a subclass of UIView.",
"description": "Activity is a UIView subclass that creates a customizable loading activity indicator like control.\n * Mimics Apple loading indicator from App Store & Music",
"homepage": "https://github.com/taruntyagi697/Activity",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tarun Tyagi": "taruntyagi697@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/taruntyagi697/Activity.git",
"tag": "v1.0"
},
"frameworks": "QuartzCore",
"source_files": "Activity",
"requires_arc": true
}