[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 8 / c / BLSmartLayoutEngine / 1.0.1 / BLSmartLayoutEngine.podspec.json
blob76cf9e87a91b83bd3da1faca05d631aff8b37df0
2   "name": "BLSmartLayoutEngine",
3   "version": "1.0.1",
4   "summary": "A lightweight layout engine for iOS",
5   "homepage": "https://github.com/arlins/BLSmartLayoutEngine",
6   "license": "MIT",
7   "authors": {
8     "Arlin": "420776870@qq.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/arlins/BLSmartLayoutEngine.git",
15     "tag": "1.0.1"
16   },
17   "requires_arc": true,
18   "source_files": "BLSmartLayoutEngine",
19   "public_header_files": [
20     "BLSmartLayoutEngine/BLSmartLayout.h",
21     "BLSmartLayoutEngine/UIView+BLSmartLayoutEngine.h",
22     "BLSmartLayoutEngine/BLSmartVBoxLayout.h"
23   ],
24   "frameworks": [
25     "Foundation",
26     "CoreGraphics",
27     "UIKit"
28   ]