blob: b24083facd11068d3215cdae37906bdaa331fcd2 [file] [log] [blame]
{
"name": "RNN",
"version": "1.1.2",
"summary": "Standard Recurrent Neural Network.",
"description": "Standard 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.1.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"public_header_files": "RNN/**/*.h",
"source_files": "RNN/**/*.{h,m}",
"frameworks": "Foundation"
}