blob: 030b5c562ced5af13ed180f6b83da9d00bd96509 [file] [log] [blame]
{
"name": "GTFoundation",
"version": "0.0.1",
"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": "7.0"
},
"source": {
"git": "https://github.com/gtranchedone/GTFoundation.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"requires_arc": false,
"deprecated": true
}