[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / b / 6 / 9 / QMParseWalkthrough / 1.0.0 / QMParseWalkthrough.podspec.json
blobb0c50c3808c56a624d63c1c415c6169082a618c5
2   "name": "QMParseWalkthrough",
3   "version": "1.0.0",
4   "summary": "UIViewController that show walkthrough images to a user",
5   "description": "This UIViewController uses parse class as a source of images. After user finish a walkthrough callback will be called.",
6   "homepage": "https://github.com/truebucha/QMParseWalkthrough",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "truebucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/QMParseWalkthrough.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "QMParseWalkthrough/Classes/**/*",
23   "public_header_files": "QMParseWalkthrough/Classes/**/*.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "Parse": [
31     ],
32     "MYBlurIntroductionView": [
34     ],
35     "MBProgressHUD": [
37     ],
38     "CDBKit": [
40     ]
41   }