[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 6 / StencilLayout / 1.1.2 / StencilLayout.podspec.json
blobcdd5e86e48b498836214efbbfe7cc0157b35c213
2   "name": "StencilLayout",
3   "summary": "iOS一种基于模版的布局模式,旨在支持广告位灵活配置,高效运营,UI动态生成,提高开发效率。",
4   "version": "1.1.2",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "pcjbird": "pcjbird@hotmail.com"
11   },
12   "social_media_url": "http://www.lessney.com",
13   "homepage": "https://github.com/pcjbird/StencilLayout",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/pcjbird/StencilLayout.git",
19     "tag": "1.1.2"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "StencilLayout/*.{h,m,pch}",
24     "StencilLayout/public_headers/*.{h}",
25     "StencilLayout/Categories/*.{h,m}",
26     "StencilLayout/Util/*.{h,m}"
27   ],
28   "public_header_files": "StencilLayout/public_headers/*.{h}",
29   "prefix_header_file": "StencilLayout/StencilLayoutPrefix.pch",
30   "frameworks": [
31     "Foundation",
32     "UIKit",
33     "WebKit",
34     "CoreFoundation",
35     "Accelerate",
36     "AssetsLibrary",
37     "ImageIO",
38     "MobileCoreServices",
39     "QuartzCore"
40   ],
41   "resource_bundles": {
42     "StencilLayout": [
43       "StencilLayout/resource/*.{xib}"
44     ]
45   },
46   "dependencies": {
47     "YYImage/WebP": [
49     ],
50     "YYWebImage": [
52     ]
53   },
54   "pod_target_xcconfig": {
55     "OTHER_LDFLAGS": "-lObjC"
56   }