blob: db4fb588fa81b3539a9800cc8e57530d8a8c54e7 [file] [log] [blame]
{
"name": "CoconutKit",
"version": "3.2",
"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"
},
"source": {
"git": "https://github.com/defagos/CoconutKit.git",
"tag": "3.2"
},
"social_media_url": "http://twitter.com/defagos",
"platforms": {
"ios": "7.0"
},
"description": " CoconutKit is a productivity framework for iOS, crafted with love and focusing on ease of use. It provides a convenient, Cocoa-friendly toolbox to help you efficiently write robust and polished native applications.\n",
"frameworks": [
"CoreData",
"CoreGraphics",
"CoreText",
"Foundation",
"MessageUI",
"MobileCoreServices",
"QuartzCore",
"QuickLook",
"UIKit",
"WebKit"
],
"prepare_command": " ruby Tools/Scripts/extract_public_headers.rb\n",
"requires_arc": true,
"source_files": [
"CoconutKit/Sources/**/*.{h,m}",
"Tools/Scripts/PublicHeaders/*.h"
],
"public_header_files": "Tools/Scripts/PublicHeaders/*.h",
"exclude_files": "CoconutKit/Sources/Externals/MAZeroingWeakRef-75695a81/*.{h,m}",
"preserve_paths": "Tools/Scripts/PublicHeaders",
"resource_bundles": {
"CoconutKit-resources": [
"CoconutKit-resources/{HTML,Images,Nibs}/*",
"CoconutKit-resources/*.lproj"
]
},
"subspecs": [
{
"name": "zeroing-weak-ref",
"requires_arc": false,
"source_files": "CoconutKit/Sources/Externals/MAZeroingWeakRef-75695a81/*.{h,m}",
"public_header_files": null,
"compiler_flags": "-w"
}
]
}