[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / 5 / iTunesApi / 0.2.0 / iTunesApi.podspec.json
blob03b91372ecf6a4690f85cbf010ac5720b81e74d3
2   "name": "iTunesApi",
3   "version": "0.2.0",
4   "summary": "iTunesApi, asynchronous API controller for the iTunes Search API and iTunes Feeds.",
5   "description": "iTunesApi is a simple, synchronous/asynchronous API controller and object for searching the iTunes Search API and iTunes Feeds.",
6   "homepage": "https://github.com/ericpinet/iTunesApi",
7   "license": "MIT",
8   "authors": {
9     "Eric Pinet": "pineri01@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ericpinet/iTunesApi.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "iTunesApi": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 1.3.4"
28     ],
29     "RestKit": [
30       "~> 0.23.1"
31     ]
32   }