[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / f / b / 1 / ParseUI / 1.0.3 / ParseUI.podspec.json
blob4d592caa9a5abb65081b12d412863f18b5ba9284
2   "name": "ParseUI",
3   "version": "1.0.3",
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.0.3"
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/ProductTableViewController/*.h",
27     "ParseUI/Classes/Views/*.h",
28     "ParseUI/Classes/Cells/*.h",
29     "ParseUI/Other/*.h"
30   ],
31   "frameworks": [
32     "Foundation",
33     "UIKit",
34     "CoreGraphics",
35     "QuartzCore"
36   ],
37   "dependencies": {
38     "Parse": [
39       "~> 1.6"
40     ],
41     "ParseFacebookUtils": [
42       "~> 1.6"
43     ]
44   },
45   "deprecated_in_favor_of": "Parse/UI"