[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 7 / c / beautify / 0.1.0 / beautify.podspec.json
blob21ed6f2e1236fd4c140d438fea83cfd766f9440a
2   "name": "beautify",
3   "version": "0.1.0",
4   "summary": "Beautify enhances Apple's UIKit controls, re-rendering them to give you much more control over their visual appearance.",
5   "description": "                       You can add beautify to your application with cocoapods. Once added, all the UIKit controls are re-rendered with a style that matches the native look and feel. The extra rendering capabilities that beautify provides are accessible via a renderer property.\n",
6   "homepage": "http://beautify.io/",
7   "license": "Apache",
8   "authors": {
9     "Chris Grant": "christopherscottgrant@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/beautify/beautify-ios.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/Beautifyio",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "JSONModel": [
25       "1.0.1"
26     ]
27   }