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