blob: d5f5a9e04f704fcf1d274780e0b835a04fa2f390 [file] [log] [blame]
{
"name": "LineVectorUtils",
"version": "0.0.1",
"summary": "A simple library to deal with vectors along lines. Look at the .h file for API.",
"homepage": "https://github.com/trunalb/LineVectorUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Trunal Bhanse": "trunalb@gmail.com"
},
"source": {
"git": "https://github.com/trunalb/LineVectorUtils.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}