blob: 7a9cd4e5726d27b493a2418fd00ec1cf5a6fcf68 [file] [log] [blame]
{
"name": "SNNeuralNet",
"version": "0.1.0",
"summary": "A neural network library for Objective-C",
"homepage": "https://github.com/devongovett/SNNeuralNet",
"license": "MIT",
"authors": {
"Devon Govett": "devongovett@gmail.com"
},
"source": {
"git": "https://github.com/devongovett/SNNeuralNet.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "SNNeuralNet/*.{h,m}",
"requires_arc": true
}