[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / 8 / c / 9 / AppVersionChecker / 1.0.4 / AppVersionChecker.podspec.json
blob8f973be3b77417728b4da360fd64352dee16c299
2   "name": "AppVersionChecker",
3   "version": "1.0.4",
4   "summary": "Check for the app's current version was updated latest version.",
5   "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",
6   "homepage": "https://github.com/ryuiwasaki/AppVersionChecker",
7   "license": "MIT",
8   "authors": {
9     "Ryu Iwasaki": "ryu.contact.jp@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ryuiwasaki/AppVersionChecker.git",
13     "tag": "1.0.4"
14   },
15   "social_media_url": "https://twitter.com/ja_gaimopotato",
16   "platforms": {
17     "ios": "8.1"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*.swift",
21   "resources": "Resources/*",
22   "dependencies": {
23     "Alamofire": [
25     ]
26   }