blob: 7e08d5df91ba3f702f451a84aa4f2777621bc839 [file] [log] [blame]
{
"name": "TestDependentTwitterSpec",
"version": "1.0.4",
"summary": "Test Podspec showing dependency on statically-linked library",
"description": "Sample library depending on a static library. Should exhibit issues with transitive dependencies.",
"license": "Apache 2",
"homepage": "https://github.com/shepting/sample-dependent-framework",
"authors": "Steven Hepting",
"source": {
"git": "https://github.com/shepting/sample-dependent-framework.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"TwitterCore": [
"~> 1.12.1"
],
"TwitterKit": [
"~> 1.12.1"
],
"Fabric": [
"~> 1.5"
],
"AFNetworking": [
]
}
}