blob: f47962f5cb563399c26404923118e6a1084cd6e1 [file] [log] [blame]
{
"name": "GTFoundation",
"version": "0.0.6",
"summary": "GTFoundation is a set of classes that make it easy to work with Foundation and UIKit or AppKit.",
"homepage": "http://cocoabeans.me/projects/open-source",
"license": "MIT",
"authors": {
"Gianluca Tranchedone": "gianluca@cocoabeans.me"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/gtranchedone/GTFoundation.git",
"tag": "0.0.6"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h",
"deprecated": true
}