blob: 7d2d6dd3104dd203f4e7c48db8dc1e98632e11d8 [file] [log] [blame]
{
"name": "GTFoundation",
"version": "0.0.2",
"summary": "GTFoundation is a set of classes that make it easy to work with Foundation and UIKit.",
"homepage": "https://github.com/gtranchedone/GTFoundation",
"license": {
"type": "MIT",
"file": "Licence"
},
"authors": {
"Gianluca Tranchedone": "gianluca@cocoabeans.me"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/gtranchedone/GTFoundation.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"deprecated": true
}