[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 7 / PearsonDictionary / 0.1.1 / PearsonDictionary.podspec.json
blobc96bf7e561e7995fc1c5884a5fc26b135b7e8522
2   "name": "PearsonDictionary",
3   "version": "0.1.1",
4   "summary": "An in development pod for accessing the Pearson Dictionary API.",
5   "description": "                       Pearson Dictionary is a verbose dictionary API you can access on (developer.pearson.com)[http://developer.pearson.com/]. This cocoapod is intended to provide easy iOS access to their (dictionary API)[http://developer.pearson.com/apis/dictionaries], but is still in the early stages of development. An API key is needed to use this cocoapod (it's free!).\n",
6   "homepage": "https://github.com/msencenb/PearsonDictionary",
7   "license": "MIT",
8   "authors": {
9     "Matt Sencenbaugh": "matt.sencenbaugh@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/msencenb/PearsonDictionary.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PearsonDictionary": [
22       "Pod/Assets/*.png"
23     ]
24   }