[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / d / 9 / SWNinePatchImageFactory / 1.0 / SWNinePatchImageFactory.podspec.json
blob4eae47f10856e9d8d88fac58ada957fce91291b7
2   "name": "SWNinePatchImageFactory",
3   "version": "1.0",
4   "summary": "Let you use 9-Patch PNG images easily on iOS.",
5   "description": "The techinque is only to transform the 9-patch PNG images to iOS compatible, resizable UIImage objects. See the UIImage's method resizableImageWithCapInsets:(UIEdgeInsets)insets for more info. So it only support to stretch one segment of patch markers in both horizontal and vertical sides.",
6   "homepage": "https://github.com/alexsteinerde/SWNinePatchImageFactory",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Alex Steiner": "privat@alexsteiner.de"
10   },
11   "platforms": {
12     "ios": "7.1"
13   },
14   "source": {
15     "git": "https://github.com/alexsteinerde/SWNinePatchImageFactory.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "SWNinePatchImageFactorySample/SWNinePatchImageFactory",
20     "SWNinePatchImageFactorySample/SWNinePatchImageFactory/**/*.{h,m}"
21   ],
22   "exclude_files": "SWNinePatchImageFactorySample/SWNinePatchImageFactorySample"