[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 1 / b / ios-versioncheck / 1.0.0 / ios-versioncheck.podspec.json
blob5fa3ecc9949d1ade1dc1187c882cafbde06ba658
2   "name": "ios-versioncheck",
3   "version": "1.0.0",
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.0"
16   },
17   "source": {
18     "git": "https://github.com/mruegenberg/ios-versioncheck.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "DLVersionCheck.{h,m}",
22   "frameworks": [
23     "CoreFoundation",
24     "UIKit"
25   ],
26   "requires_arc": false