blob: b18a2dec9dd528ba9293e38ae51e8dec010a1b09 [file] [log] [blame]
{
"name": "iTunesApi",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"iTunesApi": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 1.3.4"
],
"RestKit": [
"~> 0.24.1"
]
}
}