[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / a / 0 / CCTALib / 0.7.0 / CCTALib.podspec.json
blob18355b2cc2e1aed46eb7c25b8539a94b8d55f85a
2   "name": "CCTALib",
3   "version": "0.7.0",
4   "summary": "CCTALib : TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data",
5   "description": "CCTALib : TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data",
6   "homepage": "https://github.com/ccworld1000/CCTALib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE/LICENSE.CCTALib.txt"
10   },
11   "authors": {
12     "cc": "ccworld1000@gmail.com"
13   },
14   "social_media_url": "https://github.com/ccworld1000",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/ccworld1000/CCTALib.git",
21     "tag": "0.7.0"
22   },
23   "source_files": [
24     "Classes",
25     "ta-lib/c/include/**/*.{h,c}",
26     "ta-lib/c/src/**/*.{h,c,csv}"
27   ],
28   "exclude_files": [
29     "Classes/Exclude",
30     "ta-lib/c/src/ta_abstract/excel_glue.c",
31     "ta-lib/c/src/tools"
32   ],
33   "public_header_files": "ta-lib/c/include/**/*.h",
34   "resources": "LICENSE/*.txt"