blob: 6732ebcc5421098e5f46b951bedcb9e84e54aa3e [file] [log] [blame]
{
"name": "GTFoundation",
"version": "0.1.0",
"summary": "GTFoundation is a set of classes that makes it easy to work with the Foundation and UIKit / AppKit.",
"description": " \tGTFoundation is a set of classes that makes it easy to work with the Foundation and UIKit / AppKit frameworks when developing Mac and iOS apps.\n",
"homepage": "https://github.com/gtranchedone/GTFoundation",
"license": "MIT",
"authors": {
"Gianluca Tranchedone": "gianluca@cocoabeans.me"
},
"source": {
"git": "https://github.com/gtranchedone/GTFoundation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h",
"deprecated": true
}