[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / e / RNN / 1.1.1 / RNN.podspec.json
blob38cc6d70da42393a7eff8510a4c33519aef13a9e
2   "name": "RNN",
3   "version": "1.1.1",
4   "summary": "Standard Recurrent Neural Network.",
5   "description": "Standard Recurrent Neural Network that familiar with time series analysis.",
6   "homepage": "https://github.com/Kalvar/ios-RNN",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalvar Lin": "ilovekalvar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ilovekalvar",
15   "source": {
16     "git": "https://github.com/Kalvar/ios-RNN.git",
17     "tag": "1.1.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "RNN/**/*.h",
24   "source_files": "RNN/**/*.{h,m}",
25   "frameworks": "Foundation"