blob: 8f973be3b77417728b4da360fd64352dee16c299 [file] [log] [blame]
{
"name": "AppVersionChecker",
"version": "1.0.4",
"summary": "Check for the app's current version was updated latest version.",
"description": "\n Check for the app's current version was updated latest version.\n If already updated to latest version, display the release notes from AppStore data.\n And to request for required version from JSON file or AppStore data.\n\n",
"homepage": "https://github.com/ryuiwasaki/AppVersionChecker",
"license": "MIT",
"authors": {
"Ryu Iwasaki": "ryu.contact.jp@gmail.com"
},
"source": {
"git": "https://github.com/ryuiwasaki/AppVersionChecker.git",
"tag": "1.0.4"
},
"social_media_url": "https://twitter.com/ja_gaimopotato",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Classes/**/*.swift",
"resources": "Resources/*",
"dependencies": {
"Alamofire": [
]
}
}