blob: 5a46e10876b634f68cd14d8b7079fd9d3dc2375f [file] [log] [blame]
{
"name": "flok",
"version": "0.1.1",
"summary": "This driver allows you to run flok applications on iOS, OS X, Apple Watch, and Apple TV.",
"description": "What is flok?\nFlok is a work in progress. I'm just filling this description out so podspec will upload... :)",
"homepage": "https://github.com/sotownsend/flok",
"license": "MIT",
"authors": {
"seo": "seotownsend@icloud.com"
},
"source": {
"git": "https://github.com/sotownsend/flok-apple.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/seotownsend",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"flok": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SnapKit": [
],
"Socket.IO-Client-Swift": [
"~> 4.1"
],
"CocoaAsyncSocket": [
"~> 7.4"
]
}
}