blob: 06436798cba4ff0e6e66ac170c9c9dbebcc66a52 [file] [log] [blame]
{
"name": "TrelloKit",
"version": "0.1.0",
"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.1.0"
},
"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/NSURLSession": [
"~> 2.5.0"
]
}
}