blob: 1a012b61f8ab2026270cdf04d99b53bd79af27a6 [file] [log] [blame]
{
"name": "GTFoundation",
"version": "0.0.3",
"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.3"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"deprecated": true
}