[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 2 / enhance / 0.3.1 / enhance.podspec.json
blob9995cd8d5729c009f14f32ae879ed7ab6f988b07
2   "name": "enhance",
3   "version": "0.3.1",
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.3.1"
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   "frameworks": [
28     "UIKit",
29     "Accelerate",
30     "QuartzCore",
31     "AssetsLibrary"
32   ],
33   "subspecs": [
34     {
35       "name": "Localization",
36       "subspecs": [
37         {
38           "name": "en",
39           "ios": {
40             "resources": "Pod/Localization/en.lproj",
41             "preserve_paths": "Pod/Localization/en.lproj"
42           }
43         }
44       ]
45     }
46   ]