blob: 2dd89f9300f8c3da3ca7665cd84c1ba0ef4e5795 [file] [log] [blame]
{
"name": "TwitterService",
"version": "0.1.1",
"summary": "An easy to use wrapper for Twitter",
"description": "A dependency injectable service wrapping the Twitter API",
"homepage": "https://github.com/AttilaTheFun/TwitterService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/TwitterService.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/*.swift",
"dependencies": {
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry": [
"~>0.1.3"
]
}
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/*.swift",
"dependencies": {
"TwitterService/API": [
],
"OAuthSwift": [
"~>0.4.6"
]
}
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.1.3"
]
}
}
]
}