blob: 8a88b623f1ff834c4aa22f2d2cf1e25dc7381141 [file] [log] [blame]
{
"name": "CSURITemplate",
"version": "0.3",
"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.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"CSURITemplate",
"CSURITemplate/**/*.{h,m}"
],
"public_header_files": "CSURITemplate/CSURITemplate.h",
"requires_arc": true
}