[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / c / BLSmartLayoutEngine / 1.0.2 / BLSmartLayoutEngine.podspec.json
blob74a4ce9e66c8ca79390cf2bd2c60a60daa6bf636
2   "name": "BLSmartLayoutEngine",
3   "version": "1.0.2",
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": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/arlins/BLSmartLayoutEngine.git",
15     "tag": "1.0.2"
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   ]