blob: ebb3643502d3ee95bd4009e3e12eefc12b10e908 [file] [log] [blame]
{
"name": "GJPG",
"version": "1.3.7",
"summary": "A test utility project.",
"description": "A test cocoapod for GJPG",
"homepage": "https://github.com/gabrielpjensen/GJPG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gabriel": "gabriel@brainjelly.com"
},
"source": {
"git": "https://bitbucket.org/topothesia/gjpg",
"tag": "1.3.7"
},
"platforms": {
"ios": "9.1"
},
"ios": {
"vendored_frameworks": "GJPG/GJPGLX.framework"
},
"source_files": "GJPG/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"BeaconsInSpace": [
],
"PushSpring/Framework": [
]
},
"subspecs": [
{
"name": "Placed",
"vendored_frameworks": "GJPG/Placed/Frameworks/Placed.framework",
"resources": "GJPG/Placed/Resources/Placed.bundle",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"SystemConfiguration",
"Accelerate",
"MobileCoreServices",
"CoreData",
"CoreTelephony",
"CoreLocation",
"CoreMotion",
"SystemConfiguration",
"AdSupport",
"Foundation",
"CoreGraphics",
"UIKit",
"Security"
],
"libraries": [
"z",
"sqlite3"
],
"preserve_paths": "GJPG/Placed/Frameworks/Placed.framework",
"dependencies": {
"Reachability": [
"~> 3.2"
]
}
}
]
}