[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / e / 0 / WJFrameLayout / 0.1.0 / WJFrameLayout.podspec.json
bloba789d986a888b8f205900475dfbf28e15818d00c
2   "name": "WJFrameLayout",
3   "version": "0.1.0",
4   "summary": "An iOS layout framework based on Frame layout. The way using it is like Masonry",
5   "description": "An iOS layout framework based on Frame layout. The way using it is like Masonry",
6   "homepage": "https://github.com/wangwanjie/WJFrameLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangwanjie": "wangwanjie1993@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wangwanjie/WJFrameLayout.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "WJFrameLayout/Classes/**/*.{h,m}",
22   "public_header_files": "WJFrameLayout/Classes/WJFrameLayout.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true