[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 9 / 3 / 6 / EasyPeasy / 1.1.1 / EasyPeasy.podspec.json
blob7b1d2195c5e5d9c54d49abee2f68f2d0f9e24d38
2   "name": "EasyPeasy",
3   "version": "1.1.1",
4   "summary": "EasyPeasy is a Swift framework that eases the creation of\n                        Autolayout constraints programmatically",
5   "description": "EasyPeasy is a Swift framework that lets you create Autolayout constraints\nprogrammatically without headaches and never ending boilerplate code. Besides the\nbasics, **EasyPeasy** resolves most of the constraint conflicts for you and lets\nyou attach to a constraint conditional closures that are evaluated before applying\na constraint, this lets you apply (or not) a constraint depending on platform, size\nclasses, orientation... or the state of your controller, easy peasy!",
6   "homepage": "https://github.com/nakiostudio/EasyPeasy",
7   "license": "MIT",
8   "authors": {
9     "Carlos Vidal": "nakioparkour@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nakiostudio/EasyPeasy.git",
13     "tag": "1.1.1"
14   },
15   "social_media_url": "https://twitter.com/carlostify",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "source_files": "EasyPeasy/**/*"