[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 7 / 8 / 6 / SimplyLayout / 1.0.1 / SimplyLayout.podspec.json
blob5ee63c398fa7be1a42ae2e2a313b467144aec031
2   "name": "SimplyLayout",
3   "version": "1.0.1",
4   "summary": "A swift syntactic sugar for anchor based Auto Layout",
5   "description": "Create Auto Layout constraints in formula liked coding style.",
6   "homepage": "https://github.com/aipeople/SimplyLayout",
7   "license": "MIT",
8   "authors": {
9     "Su, Hsing-Yu": "aipeople0513@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/aipeople/SimplyLayout.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "SimplyLayout",
20     "SimplyLayout/**/*.{swift}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "4.0"