blob: 581dd78ed14d733e32dfa99559f3dfc1a96533f7 [file] [log] [blame]
{
"name": "AWVersionAgent",
"version": "0.0.1",
"summary": "Check and notify user that new version is available from Local Notification.",
"homepage": "https://github.com/appwilldev/AWVersionAgent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Heyward Fann": "fannheyward@gmail.com"
},
"source": {
"git": "https://github.com/appwilldev/AWVersionAgent.git",
"tag": "0.0.1"
},
"platforms": {
"ios": null
},
"source_files": "AWVersionAgent/*.{h,m}",
"requires_arc": true,
"dependencies": {
"JSONKit": [
"~> 1.4"
]
}
}