blob: 710980ade3c935050ddc9b5045d31cf145a03ae8 [file] [log] [blame]
{
"name": "TrelloKit",
"version": "0.0.6",
"authors": {
"Scott Petit": "petit.scott@gmail.com"
},
"homepage": "https://github.com/scottpetit/TrelloKit",
"summary": "An Objective-C wrapped for the Trello API.",
"source": {
"git": "https://github.com/ScottPetit/TrelloKit.git",
"tag": "v0.0.6"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"TrelloKit/",
"TrelloKit/Models",
"TrelloKit/Extensions"
],
"dependencies": {
"MTDates": [
"1.0.2"
],
"AFNetworking": [
"~> 2.5.0"
]
}
}