blob: 6b3771f2c4922de689f16cff413b2ef2f1a7a79b [file] [log] [blame]
{
"name": "AGOTrakt",
"version": "1.0.0",
"summary": "An Objective-C wrapper around the Trakt RESTful API.",
"homepage": "https://github.com/alexgolikov/AGOTrakt",
"license": "MIT",
"authors": {
"Alexey Golikov": "AlexeyGolikovDev@gmail.com"
},
"source": {
"git": "https://github.com/alexgolikov/AGOTrakt.git",
"tag": "1.0.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"
]
}
}