[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 8 / a / Siren / 1.1.1 / Siren.podspec.json
blob1b1f1e08071ca6899139c1e90f5c0e16d33db7af
2   "name": "Siren",
3   "version": "1.1.1",
4   "summary": "Notify users when a new version of your iOS app is available, and prompt them with the App Store link..",
5   "description": "Siren is checks a user’s currently installed version of your iOS app against the version that is currently available in the App Store. If a new version is available, an instance of UIAlertController can be presented to the user informing them of the newer version, and giving them the option to update the application. Alternatively, Siren can notify your app programmatically, enabling you to inform the user through alternative means, such as a custom interface.\n\nSiren is built to work with the Semantic Versioning system.\nSiren is a Swift port of Harpy, an Objective-C library that achieves the same functionality.\nSiren is actively maintained by Arthur Sabintsev and Aaron Brager.",
6   "homepage": "https://github.com/ArtSabintsev/Siren",
7   "license": "MIT",
8   "authors": {
9     "Arthur Ariel Sabintsev": "arthur@sabintsev.com",
10     "Aaron Brager": "getaaron@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/ArtSabintsev/Siren.git",
17     "tag": "1.1.1"
18   },
19   "source_files": "Siren/Siren.swift",
20   "resources": "Siren/Siren.bundle",
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0"