blob: c9ccf1c6bbd9ae9894e40a431ecc20972ce5f603 [file] [log] [blame]
{
"name": "RNN",
"version": "1.0",
"summary": "Simple Recurrent Neural Network.",
"description": "Simple Recurrent Neural Network that familiar with time series analysis.",
"homepage": "https://github.com/Kalvar/ios-RNN",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalvar Lin": "ilovekalvar@gmail.com"
},
"social_media_url": "https://twitter.com/ilovekalvar",
"source": {
"git": "https://github.com/Kalvar/ios-RNN.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"public_header_files": "RNN/**/*.h",
"source_files": "RNN/**/*.{h,m}",
"frameworks": "Foundation"
}