[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 3 / 2 / enhance / 0.2.0 / enhance.podspec.json
blob838c69ca72010a019119514463fd6cce5d2fecd9
2   "name": "enhance",
3   "version": "0.2.0",
4   "summary": "A simple image viewer with zooming and UIDynamics for maximum fun",
5   "description": "                       * Got some images?\n                       * This shows them in a pinch-zoomable view inside of the view controller of your choice\n                       * Fancy UIDynamics lets you swipe them out of the way or ease it back in place\n                       * Simple, direct, not trying to do everything under the sun\n",
6   "homepage": "https://github.com/amco/enhance",
7   "screenshots": [
8     "http://i.imgur.com/mfQxIyN.jpg",
9     "http://i.imgur.com/vlpMYFj.png",
10     "http://i.imgur.com/98J3wNl.jpg",
11     "http://i.imgur.com/r7RgeGP.jpg"
12   ],
13   "license": "MIT",
14   "authors": {
15     "Adam Yanalunas": "adamy@amcoonline.net"
16   },
17   "source": {
18     "git": "https://github.com/amco/enhance.git",
19     "tag": "0.2.0"
20   },
21   "social_media_url": "https://twitter.com/adamyanalunas",
22   "platforms": {
23     "ios": "7.0"
24   },
25   "requires_arc": true,
26   "source_files": "Pod/Classes",
27   "resource_bundles": {
28     "enhance_resources": [
29       "Pod/Assets/**"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Accelerate",
35     "QuartzCore",
36     "AssetsLibrary"
37   ],
38   "subspecs": [
39     {
40       "name": "Localization",
41       "subspecs": [
42         {
43           "name": "en",
44           "ios": {
45             "resources": "Pod/Localization/en.lproj",
46             "preserve_paths": "Pod/Localization/en.lproj"
47           }
48         }
49       ]
50     }
51   ]