[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / 5 / 1 / b / ios-versioncheck / 1.0.1 / ios-versioncheck.podspec.json
blobc2309fce0479772cd6f31b1fe52389cf5a772292
2   "name": "ios-versioncheck",
3   "version": "1.0.1",
4   "summary": "Quick, cached version checking for iOS",
5   "description": "                   Provides a quick, easy and fast way to check the major and minor system version on iOS.\n",
6   "homepage": "https://github.com/mruegenberg/ios-versioncheck",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcel Ruegenberg": "gh@dustlab.com"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "source": {
18     "git": "https://github.com/mruegenberg/ios-versioncheck.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "DLVersionCheck.{h,m}",
22   "frameworks": [
23     "CoreFoundation",
24     "UIKit"
25   ],
26   "requires_arc": true