blob: 2012bbc034d4b4aecfc2411d277f3e27e56f7acf [file] [log] [blame]
{
"name": "JLDataTools",
"version": "1.0",
"summary": "Handy classes for data manipulation and saving.",
"description": " A handy class written for manipulating data and saving it. Helps with saving time on not having to write standard code that might be needed in many applications. \n",
"homepage": "http://github.com/JJLewis",
"license": "Creative Commons Attributed ShareALike 3.0 License",
"authors": {
"Jordan Lewis": "jordan_j_lewis@icloud.com"
},
"social_media_url": "http://twitter.com/JordanJJLewis",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/JJLewis/JLDataTools.git",
"tag": "1.0"
},
"source_files": "JLDataTools",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"CHCSVParser": [
"~> 2.1.0"
]
}
}