blob: 49129769df489a258c1f100a9e82ee1f826d3ddc [file] [log] [blame]
{
"name": "AvDemo",
"version": "0.0.5",
"license": {
"type": "GNU",
"file": "LICENSE"
},
"summary": "An iOS activity indicator view.",
"description": "AvDemo is an iOS drop-in class that displays a translucent AvDemo\nwith an indicator and/or labels while work is being done in a background thread.\nThe HUD is meant as a replacement for the undocumented, private UIKit TestForAvdhesh\nwith some additional features.",
"homepage": "http://www.mobileprogramming.com",
"authors": {
"Avdhesh Sharma": "anurag_android@hotmail.com"
},
"source": {
"git": "https://github.com/avadhesh12345678/AvDemo.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "6.0"
},
"source_files": "AvDemo/Classes/**/*.{h,m}",
"requires_arc": true
}