blob: 25553fe205cc2272a954f6adfbd57bd0b17b1656 [file] [log] [blame]
{
"name": "TestDependentTwitterSpec",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"TwitterCore": [
"~> 1.12.1"
],
"TwitterKit": [
"~> 1.12.1"
],
"Fabric": [
"~> 1.5"
],
"AFNetworking": [
]
}
}