[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 7 / AutoLayouty / 0.1.0 / AutoLayouty.podspec.json
blob8685107c95066b53e25b91d9b6f581e745a924ff
2   "name": "AutoLayouty",
3   "version": "0.1.0",
4   "summary": "Tool for creating Auto Layout for iOS applications.",
5   "description": "Tool for creating Auto Layout for iOS applications. By installing AutoLayouty the programmatic development of your UIViews will be simpler with constraints added through a line of code, there will not be as much difficulty as there was before.",
6   "homepage": "https://github.com/gabrielsscavalcante/AutoLayouty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "@gabrielsscavalcante": "gabrielsoucavalcante@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gabrielsscavalcante/AutoLayouty.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AutoLayouty/Classes/**/*",
22   "frameworks": "UIKit"