[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 2 / 7 / DDQuoteService / 0.1.0 / DDQuoteService.podspec.json
blob3e20d2da5cd5afc993766daf417c33f2212bafdf
2   "name": "DDQuoteService",
3   "version": "0.1.0",
4   "summary": "A random quote service that accesses iheartquotes.com and can optionally use a local file as backup.",
5   "homepage": "iheartquotes.com",
6   "license": "MIT",
7   "authors": {
8     "Dominik Pich": "Dominik@pich.info"
9   },
10   "source": {
11     "git": "https://github.com/Daij-Djan/DDQuoteService.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source_files": [
19     "DDQuoteService",
20     "DDQuoteService/**/*.{h,m}"
21   ],
22   "exclude_files": "demo",
23   "public_header_files": "DDQuoteService/**/*.h",
24   "requires_arc": true