[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / 3 / 7 / PVOnboardKit / 0.2.0 / PVOnboardKit.podspec.json
blob89cec3bb5cfb24d0af2af9290016e66f36f9e0f1
2   "name": "PVOnboardKit",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "0.2.0",
7   "license": {
8     "type": "MIT"
9   },
10   "homepage": "https://github.com/vpeschenkov/PVOnboardKit.git",
11   "authors": {
12     "Victor Peschenkov": "nerevarxx@gmail.com"
13   },
14   "summary": "Make an app tutorial as easy as possible😎!",
15   "description": "PVOnboardKit allows to make an tutorial for you app, as easy as possible. As main concept uses UITableView.Also, for more customization PVOnboardKit uses TAPageControl instead of UIPageControl.",
16   "source": {
17     "git": "https://github.com/vpeschenkov/PVOnboardKit.git",
18     "tag": "0.2.0"
19   },
20   "source_files": "PVOnboardKit/{PV}*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "TAPageControl": [
29     ]
30   }