[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / d / 5 / TUView / 0.1.0 / TUView.podspec.json
blob9f6dc491e40d0bfe319da18dab978455ee08cc7a
2   "name": "TUView",
3   "version": "0.1.0",
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.0"
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   }