[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / c / f / SPLayout / 0.1.3 / SPLayout.podspec.json
blobe87b26dece3280b97eb36755633d8f3d0c57a150
2   "name": "SPLayout",
3   "version": "0.1.3",
4   "summary": "This is a layout tool that adapts to RTL (Right-to-Left) layouts",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/sayiwen/SPLayout-OC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sayiwen": "sayiwen@163.com"
13   },
14   "source": {
15     "git": "https://github.com/sayiwen/SPLayout-OC.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SPLayout/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.1.0"
25     ]
26   }