[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 8 / PlaceHolderViewLib / 1.0.3 / PlaceHolderViewLib.podspec.json
blob325981b20a06ead49e0ae96d6d0db3523edff33e
2   "name": "PlaceHolderViewLib",
3   "version": "1.0.3",
4   "summary": "PlaceHolderViewLib is a simple lib like android include,it make xib reuseable and you can reflact a xib without any code",
5   "description": "In ios develop,reuse an xib is a hard job...You can't reuse a xib without code,but with PlaceHolderViewLib,you can reuse a xib with only one code (and few xib setting) and it work well with constraints",
6   "homepage": "https://github.com/Halin-Lee/PlaceHolderView",
7   "license": "MIT",
8   "authors": {
9     "Halin": "d.halin.lee@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Halin-Lee/PlaceHolderView.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PlaceHolderViewLib": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h"