[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / 1 / 3 / RKAutoLayout / 0.2.0 / RKAutoLayout.podspec.json
blobfd0a089dce46383e208ff738805e524a8496a6c7
2   "name": "RKAutoLayout",
3   "version": "0.2.0",
4   "summary": "Easy Auto Layout",
5   "description": "Easy Auto Layout\n\n0.2.0\n  Update codebase and add support other constraints\n\n0.1.1\n  Update README\n\n0.1.0\n  Init",
6   "homepage": "https://github.com/DaskiOFF/RKAutoLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DaskiOFF": "waydeveloper@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DaskiOFF/RKAutoLayout.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RKUIExtensions": [
25       "~> 0.1"
26     ]
27   }