[Add] DGSwiftUtilities 0.39.1
[CocoaPods.git] / Specs / e / 4 / 0 / PXImageView / 0.1.2 / PXImageView.podspec.json
blobfbee64da4cf592b7432d8347cb74cf5cdb7490a4
2   "name": "PXImageView",
3   "version": "0.1.2",
4   "summary": "An image view with more expressive content modes",
5   "description": "An imageview with better content modes like Top which means fit and align to top.",
6   "homepage": "https://github.com/pixio/PXImageView",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXImageView.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXImageView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "UIImageView_AFNetworking-Blocks": [
30     ]
31   }