blob: 47f6d3c3e6b382571ea1a5bd49ffaa7bb89b9b98 [file] [log] [blame]
{
"name": "Milk",
"version": "0.0.2",
"summary": "A common set of simple interfaces and operators for implementing serialization in Swift.",
"homepage": "https://github.com/jordanhamill/Milk",
"license": "MIT",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"authors": {
"Jordan Hamill": "jordan.hamill22@gmail.com"
},
"source": {
"git": "https://github.com/jordanhamill/Milk.git",
"tag": "0.0.2"
},
"source_files": "Milk/**/*.{h,m,swift}",
"requires_arc": true
}