[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / b / c / FSImageView / 0.1.1 / FSImageView.podspec.json
blobf57c552009b20579d6f35b490bf3dad7f3d461ba
2   "name": "FSImageView",
3   "version": "0.1.1",
4   "summary": "Tapping UIImageView to see full-size Image for iOS",
5   "description": "This framework provide an easy way to use class to show full-size image when tapping on UIImageView.\nThe full-size image can be full screen or custom-size UIView. When user tap the customed UIImageVIew, there will be a animation transation between UIImageView and full-size UIView. Two delegates were prepared for actions during two transation process.",
6   "homepage": "https://github.com/gfxcc/FSImageView",
7   "license": "MIT",
8   "authors": {
9     "YongCao": "yong_stevens@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/gfxcc/FSImageView.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FSImageView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h"