[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 1 / ParseUI / 1.1.0 / ParseUI.podspec.json
blob1700956ed1c12c8f5e284b15b8cdd90d8c02dfea
2   "name": "ParseUI",
3   "version": "1.1.0",
4   "license": {
5     "type": "SDK",
6     "file": "LICENSE"
7   },
8   "homepage": "https://www.parse.com/",
9   "summary": "ParseUI is a library of useful User Interface components for the Parse iOS SDK.",
10   "authors": "Parse",
11   "social_media_url": "https://twitter.com/ParseIt",
12   "source": {
13     "git": "https://github.com/ParsePlatform/ParseUI-iOS.git",
14     "tag": "1.1.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "prepare_command": "                          ruby ParseUI/Scripts/convert_images.rb                                ParseUI/Resources/Images/                                ParseUI/Generated/PFResources\n",
21   "source_files": "ParseUI/**/*.{h,m}",
22   "public_header_files": [
23     "ParseUI/Classes/LogInViewController/*.h",
24     "ParseUI/Classes/SignUpViewController/*.h",
25     "ParseUI/Classes/QueryTableViewController/*.h",
26     "ParseUI/Classes/QueryCollectionViewController/*.h",
27     "ParseUI/Classes/ProductTableViewController/*.h",
28     "ParseUI/Classes/Views/*.h",
29     "ParseUI/Classes/Cells/*.h",
30     "ParseUI/Other/*.h"
31   ],
32   "frameworks": [
33     "Foundation",
34     "UIKit",
35     "CoreGraphics",
36     "QuartzCore"
37   ],
38   "dependencies": {
39     "Parse": [
40       "~> 1.6"
41     ],
42     "ParseFacebookUtils": [
43       "~> 1.6"
44     ]
45   },
46   "deprecated_in_favor_of": "Parse/UI"