blob: 8a30d403575dc867b85369f608afec1a07a32407 [file] [log] [blame]
{
"name": "LKLayoutLibrary",
"version": "1.0.1",
"summary": "The layouting library for iOS",
"homepage": "https://github.com/mkloeppner/LKLayoutLibrary",
"license": "MIT",
"authors": {
"mkloeppner": "mkloeppner@me.com"
},
"source": {
"git": "https://github.com/mkloeppner/LKLayoutLibrary.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"LKLayoutLibrary",
"**/*.{h,m}"
],
"exclude_files": [
"LKLayoutLibraryTests"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}