blob: b005a175cfe1888f4b3932963b4ad9e8f6117cad [file] [log] [blame]
{
"name": "AGOTrakt",
"version": "1.1.0",
"summary": "An Objective-C wrapper around the trakt API.",
"homepage": "https://github.com/alexgolikov/AGOTrakt",
"screenshots": "https://dl.dropboxusercontent.com/u/18444522/traktapiscreen.png",
"license": "MIT",
"authors": {
"Alexey Golikov": "AlexeyGolikovDev@gmail.com"
},
"source": {
"git": "https://github.com/alexgolikov/AGOTrakt.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/AlexeyGolikov",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "AGOTrakt/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}