[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 7 / JECorePlotDigester / 0.1.5 / JECorePlotDigester.podspec.json
blobc8889db361bc59d6198f72f65053f7fe9c68d5b7
2   "name": "JECorePlotDigester",
3   "version": "0.1.5",
4   "summary": "JECorePlotDigester is an encapsulation for BarChart、SimplePieChart、CurvedPlotChat base on CorePlot",
5   "description": "A longer description of JECorePlotDigester in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/maintiendrai/JECorePlotDigester",
7   "license": "MIT",
8   "authors": {
9     "lilkr": "maintiendrai@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/lilkr",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/maintiendrai/JECorePlotDigester.git",
17     "tag": "0.1.5"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "CorePlot": [
31       "~> 1.6"
32     ]
33   }