blob: d10530bfaf87ef815b21ba7a19b5ed5c2e8c1bf9 [file] [log] [blame]
{
"name": "Passenger",
"version": "1.0.1",
"summary": "A object-relational mapping library for APIs",
"description": "A object-relational mapping library for APIs; handles OAuth1 requests, JSON parsing, and object instantiation",
"homepage": "https://github.com/kellanburket/Passenger",
"license": "MIT",
"authors": {
"Kellan Cummings": "kellan.burket@gmail.com"
},
"source": {
"git": "https://github.com/kellanburket/Passenger.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"frameworks": "UIKit",
"vendored_frameworks": "Frameworks/CommonCrypto.framework",
"dependencies": {
"Wildcard": [
]
}
}