blob: 7b5f4f34268c9dfb6af2a73ed2f1b6e1063d2edb [file] [log] [blame]
{
"name": "ProjectorKit",
"version": "1.0.0",
"summary": "iOS SDK for [Projector](https://projector.com)",
"description": "[Projector](https://projector.com) is a smart notification platform.\nProjectorKit is the iOS SDK.",
"homepage": "https://github.com/projectorhq/ios-sdk",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Projector Engineering": "engineering@projector.com"
},
"source": {
"git": "https://github.com/projectorhq/ios-sdk.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/projector",
"platforms": {
"ios": "8.4"
},
"source_files": "ProjectorKit/**/*.{h,swift}",
"resource_bundles": {
"ProjectorKit": [
"ProjectorKit/*.storyboard",
"ProjectorKit/*.xib",
"ProjectorKit/*.strings"
]
},
"public_header_files": "ProjectorKit/**/*.h",
"frameworks": "UIKit",
"deprecated": true
}