blob: 0328b5afbefc58cd11dfae74f800790bf834ecde [file] [log] [blame]
{
"name": "CSURITemplate",
"version": "0.1.1",
"summary": "Implementation of the URI Template spec.",
"homepage": "https://github.com/cogenta/CSURITemplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Will Harris": "will@greatlibrary.net"
},
"source": {
"git": "https://github.com/cogenta/CSURITemplate.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"CSURITemplate",
"CSURITemplate/**/*.{h,m}"
],
"public_header_files": "CSURITemplate/CSURITemplate.h",
"requires_arc": true
}