blob: 6d38595a9449e1247247f51f9fbdb85a89d036c3 [file] [log] [blame]
{
"name": "TestDependentTwitterSpec",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"TwitterKit": [
],
"AFNetworking": [
]
}
}