blob: 458415ea9b57abd494739ea08b5fda20985913de [file] [log] [blame]
{
"name": "CoconutKit",
"version": "1.1.4",
"license": "MIT",
"summary": "CoconutKit is a library of high-quality iOS components.",
"homepage": "https://github.com/defagos/CoconutKit",
"authors": {
"Samuel Défago": "defagos@gmail.com"
},
"description": "CoconutKit is a library of high-quality iOS components written at hortis le studio and in my spare time. It includes several tools for dealing with view controllers, multi-threading, view animations, as well as some new controls and various utility classes. These components are meant to make the life of an iOS programmer easier by reducing the boilerplate code written every day, improving code quality and enforcing solid application architecture.",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/defagos/CoconutKit-binaries.git",
"tag": "1.1.4"
},
"source_files": "empty.m",
"resources": "CoconutKit-resources.bundle",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CoconutKit",
"OTHER_LDFLAGS": "-framework CoconutKit"
},
"frameworks": [
"CoreData",
"MessageUI",
"QuartzCore"
],
"requires_arc": false
}