[Add] ApptentiveKit 6.9.1
[CocoaPods.git] / Specs / a / d / 5 / TUView / 0.1.1 / TUView.podspec.json
blob3bc71790297a966b8162a0a14a5510d3c3d357f8
2   "name": "TUView",
3   "version": "0.1.1",
4   "summary": "TUView lets you instantiate a UIView with an array of image assest that serve as a tutorial for your app.",
5   "description": "When you download a new app there is usually a quick intro page that shows you a pagnated set of images that describe basic set up instructions and/or functionality of the app. This pod lets you duplicate that anywhere in your app! You instantiate the TUView and pass it an array of image assets. You can then present and dismiss it on any view in your app.",
6   "homepage": "https://github.com/joninsky/TUView",
7   "license": "MIT",
8   "authors": {
9     "Jon Vogel": "joninsky@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/joninsky/TUView.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TUView": [
22       "Pod/Assets/*.png"
23     ]
24   }