blob: 4910b40860196b5e0a6e46e89268b5786ff12fd9 [file] [log] [blame]
{
"name": "CoconutKit",
"version": "3.0.rc5",
"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.0.rc5"
},
"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"
],
"requires_arc": true,
"source_files": "CoconutKit/Sources/**/*.{h,m}",
"exclude_files": "CoconutKit/Sources/Externals/MAZeroingWeakRef-75695a81/*.{h,m}",
"preserve_paths": [
"Tools/Scripts/GeneratedHeaders",
"Tools/Scripts/GeneratedResources"
],
"prepare_command": " ruby Tools/Scripts/fix_cocoapods_localized_strings.rb\n ruby Tools/Scripts/generate_public_headers.rb\n",
"public_header_files": "Tools/Scripts/GeneratedHeaders/*.h",
"resource_bundles": {
"CoconutKit-resources": [
"CoconutKit-resources/{HTML,Images,Nibs}/*",
"Tools/Scripts/GeneratedResources/*.lproj"
]
},
"subspecs": [
{
"name": "fno-objc-arc",
"requires_arc": false,
"source_files": "CoconutKit/Sources/Externals/MAZeroingWeakRef-75695a81/*.{h,m}"
}
]
}