[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / f / b / 1 / ParseUI / 1.1.7 / ParseUI.podspec.json
blob28f81a9de92d36942570e72002860a30bb9cad84
2   "name": "ParseUI",
3   "version": "1.1.7",
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.7"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "prepare_command": "ruby ParseUI/Scripts/convert_images.rb                                ParseUI/Resources/Images/                                ParseUI/Generated/PFResources",
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   "resources": [
33     "ParseUI/Resources/Localization/*.lproj"
34   ],
35   "frameworks": [
36     "Foundation",
37     "UIKit",
38     "CoreGraphics",
39     "QuartzCore"
40   ],
41   "dependencies": {
42     "Bolts/Tasks": [
43       "~> 1.3"
44     ],
45     "Parse": [
46       "~> 1.9"
47     ]
48   },
49   "deprecated_in_favor_of": "Parse/UI"