blob: 4214ef92c52e6df3fa95e83072f43e33ff4527ff [file] [log] [blame]
{
"name": "LKLayoutLibrary",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"LKLayoutLibrary",
"**/*.{h,m}"
],
"exclude_files": [
"LKLayoutLibraryTests"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}