blob: 3818cc730f439726f734ca574d09f1ab92729a76 [file] [log] [blame]
{
"name": "Simperium",
"version": "0.8.6",
"summary": "Simperium libraries.",
"description": "Simperium is a simple way for developers to move data as it changes, instantly and automatically.",
"homepage": "https://github.com/Simperium/simperium-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Simperium": "contact@simperium.com"
},
"source": {
"git": "https://github.com/Simperium/simperium-ios.git",
"tag": "v0.8.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Simperium/*.{h,m}",
"frameworks": [
"Security",
"MobileCoreServices",
"CoreData",
"CFNetwork",
"SystemConfiguration",
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"subspecs": [
{
"name": "DiffMatchPach",
"source_files": "External/diffmatchpatch/*.{h,c,m}",
"requires_arc": false,
"compiler_flags": "-fno-objc-arc"
},
{
"name": "JRSwizzle",
"source_files": "External/jrswizzle/*.{h,m}"
},
{
"name": "SocketRocket",
"source_files": "External/SocketRocket/*.{h,m}",
"libraries": "icucore"
},
{
"name": "SPReachability",
"source_files": "External/SPReachability/*.{h,m}"
},
{
"name": "SSKeychain",
"source_files": "External/SSKeychain/*.{h,m}"
}
]
}