blob: 03b91372ecf6a4690f85cbf010ac5720b81e74d3 [file] [log] [blame]
{
"name": "iTunesApi",
"version": "0.2.0",
"summary": "iTunesApi, asynchronous API controller for the iTunes Search API and iTunes Feeds.",
"description": "iTunesApi is a simple, synchronous/asynchronous API controller and object for searching the iTunes Search API and iTunes Feeds.",
"homepage": "https://github.com/ericpinet/iTunesApi",
"license": "MIT",
"authors": {
"Eric Pinet": "pineri01@gmail.com"
},
"source": {
"git": "https://github.com/ericpinet/iTunesApi.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"iTunesApi": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 1.3.4"
],
"RestKit": [
"~> 0.23.1"
]
}
}