| { |
| "name": "AutoLayoutHelperSwift", |
| "version": "1.0.2", |
| "license": "MIT", |
| "summary": "UIView extension to easily create common Auto Layout Constraints for iOS.", |
| "homepage": "https://github.com/ustwo/autolayout-helper-swift", |
| "authors": { |
| "Shagun Madhikarmi": "shagun@ustwo.com", |
| "Daniela Dias": "daniela@ustwo.com" |
| }, |
| "source": { |
| "git": "https://github.com/ustwo/autolayout-helper-swift.git", |
| "tag": "v1.0.2" |
| }, |
| "platforms": { |
| "ios": "8.3" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |