[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / c / 9 / AppVersionChecker / 1.0.3 / AppVersionChecker.podspec.json
blob085b3fcc098b1e0c4b907f6cd7daa0eb75f5c157
2   "name": "AppVersionChecker",
3   "version": "1.0.3",
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.3"
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   }