blob: a5fcee01eaca029e6b5df9c0fcea1a90356fea59 [file] [log] [blame]
{
"name": "GTFoundation",
"version": "0.0.8",
"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": "http://cocoabeans.me/projects/open-source",
"license": "MIT",
"authors": {
"Gianluca Tranchedone": "gianluca@cocoabeans.me"
},
"source": {
"git": "https://github.com/gtranchedone/GTFoundation.git",
"tag": "0.0.8"
},
"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
}