blob: 68c9d405fa9d2f9c57f1f049fa7f4da5b70d3e68 [file] [log] [blame]
{
"name": "AaaLib",
"version": "0.0.5",
"source": {
"git": "https://github.com/muxinc/dummy-for-test-cocoapod.git",
"tag": "v0.0.5"
},
"summary": "The Mux Dummy Lib",
"description": "Cocoapod testing only.",
"homepage": "https://mux.com",
"social_media_url": "https://twitter.com/muxhq",
"license": "Apache 2.0",
"authors": {
"Mux": "ios-sdk@mux.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"vendored_frameworks": "Frameworks/iOS/fat/AaaLib.framework",
"frameworks": [
"AVKit",
"AVFoundation"
]
},
"tvos": {
"vendored_frameworks": "Frameworks/tvOS/fat/AaaLibTv.framework",
"frameworks": [
"AVKit",
"AVFoundation"
]
}
}