blob: c6b87abcc4429d8f4e99c806e0798afd3365a7a6 [file] [log] [blame]
{
"name": "Orientation",
"version": "0.1.1",
"summary": "A Swifty way to deal with and normalize orientations on iOS.",
"description": "A Swifty way to deal with and normalize orientations on iOS. Deals with Device, Interface, Image and (optionally) Video orientations.",
"homepage": "https://github.com/BellAppLab/Orientation",
"license": "MIT",
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"source": {
"git": "https://github.com/BellAppLab/Orientation.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "All",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/*.{swift}"
},
{
"name": "Video",
"dependencies": {
"Orientation/Core": [
]
},
"source_files": "Pod/Classes/Video/*.{swift}",
"frameworks": "AVFoundation"
},
{
"name": "All",
"dependencies": {
"Orientation/Core": [
],
"Orientation/Video": [
]
}
}
]
}