blob: 754186fdf24827716e9324f089777071b0efebc1 [file] [log] [blame]
{
"name": "ActorSDK-iOS",
"version": "0.0.4",
"summary": "Actor SDK for intergration Actor Messaging to your apps",
"homepage": "https://actor.im/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Actor LLC": "steve@actor.im"
},
"source": {
"git": "https://github.com/actorapp/ActorSDK-iOS.git",
"tag": "v0.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"prepare_command": "Scripts/download.sh",
"dependencies": {
"J2ObjC-Framework": [
],
"RegexKitLite": [
],
"CocoaAsyncSocket": [
],
"zipzap": [
],
"VBFPopFlatButton": [
],
"MBProgressHUD": [
],
"PSTAlertController": [
],
"DZNPhotoPickerController": [
],
"JVFloatLabeledTextField": [
],
"CLTokenInputView": [
],
"SZTextView": [
],
"SlackTextViewController": [
],
"NYTPhotoViewer": [
],
"PEPhotoCropEditor": [
],
"LTNavigationBar": [
],
"BlockAlertsAnd-ActionSheets": [
],
"RMUniversalAlert": [
],
"TTTAttributedLabel": [
],
"M13ProgressSuite": [
]
},
"preserve_paths": "Frameworks/ActorSDK.framework",
"frameworks": "ActorSDK",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ActorSDK-iOS/Frameworks\""
}
}