blob: d5fabadd80c3ad5c017f09cca9d90fc5fba0956d [file] [log] [blame]
{
"name": "OLImageView",
"version": "1.4.2.1",
"summary": "Animated GIFs implemented the right way.",
"homepage": "https://www.github.com/ondalabs/OLImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diego Torres": "contact@dtorres.me"
},
"source": {
"git": "https://github.com/ondalabs/OLImageView.git",
"tag": "1.4.2.1"
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"ImageIO",
"MobileCoreServices",
"QuartzCore"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"OLImage.{h,m}",
"OLImageView.{h,m}"
]
},
{
"name": "AFNetworking",
"dependencies": {
"OLImageView/Core": [
],
"AFNetworking": [
"~> 1.0"
]
},
"source_files": "Categories/AFImageRequestOperation+OLImage.{h,m}"
},
{
"name": "AFNetworking2",
"dependencies": {
"OLImageView/Core": [
],
"AFNetworking": [
"~> 2.0"
]
},
"source_files": "AFNetworking/OL*.{h,m}"
}
]
}