[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 0 / TWSReleaseNotesView / 1.1.1 / TWSReleaseNotesView.podspec.json
blobe215377b3f01adab00c87d26c68e5cd73a7f4aec
2   "name": "TWSReleaseNotesView",
3   "version": "1.1.1",
4   "summary": "A simple way to show in-app release notes in your iOS applications.",
5   "description": "Among other crazy features, iOS 7 enables users to have automatic updates for their apps, wiping away the infamous App Store badge. This is really convenient both for users and developers, but it comes with a couple of downsides:\n\n* users are not aware about the changes introduced in the latest update, unless they explicitly open the App Store page to check the release notes;\n* developers who spend their time working on well-written release notes lose their chance to inform and communicate with their users.\n\n## So what?\nTWSReleaseNotesView is a simple way to address those issues. It comes with a straightforward API which enables developers to show in-app release notes with a fully customizable popup view.",
6   "homepage": "https://github.com/iGriever/TWSReleaseNotesView",
7   "screenshots": "https://raw.github.com/iGriever/TWSReleaseNotesView/master/TutorialImages/sampleProject02.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Matteo Lallone": "alfgriever@gmail.com",
14     "Tapwings": "tapwings@gmail.com"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/iGriever/TWSReleaseNotesView.git",
21     "tag": "1.1.1"
22   },
23   "source_files": "TWSReleaseNotesView",
24   "frameworks": [
25     "Accelerate",
26     "CoreGraphics",
27     "Foundation",
28     "QuartzCore",
29     "UIKit"
30   ],
31   "requires_arc": true