blob: 8cc2b8fecb7a17f5151b1ba79c8775719678d834 [file] [log] [blame]
{
"name": "ProjectorKit",
"version": "1.0.1",
"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.1"
},
"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
}