blob: 216eb95bac5f2a9a6aacea9f6d32e5b26645ecee [file] [log] [blame]
{
"name": "AsyncDisplayKit",
"version": "2.0.2",
"license": {
"type": "BSD"
},
"homepage": "http://asyncdisplaykit.org",
"authors": {
"Scott Goodson": "scottgoodson@gmail.com"
},
"summary": "Smooth asynchronous user interfaces for iOS apps.",
"source": {
"git": "https://github.com/facebook/AsyncDisplayKit.git",
"tag": "2.0.2"
},
"documentation_url": "http://asyncdisplaykit.org/appledoc/",
"frameworks": "AssetsLibrary",
"weak_frameworks": [
"Photos",
"MapKit"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "PINRemoteImage",
"social_media_url": "https://twitter.com/AsyncDisplayKit",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"subspecs": [
{
"name": "Core",
"public_header_files": [
"AsyncDisplayKit/*.h",
"AsyncDisplayKit/Details/**/*.h",
"AsyncDisplayKit/Layout/*.h",
"Base/*.h",
"AsyncDisplayKit/Debug/ASLayoutElementInspectorNode.h",
"AsyncDisplayKit/TextKit/ASTextNodeTypes.h",
"AsyncDisplayKit/TextKit/ASTextKitComponents.h"
],
"source_files": [
"AsyncDisplayKit/**/*.{h,m,mm}",
"Base/*.{h,m}",
"AsyncDisplayKit/TextKit/*.h"
]
},
{
"name": "PINRemoteImage",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_REMOTE_IMAGE=1"
},
"dependencies": {
"PINRemoteImage/iOS": [
"= 3.0.0-beta.7"
],
"PINRemoteImage/PINCache": [
],
"AsyncDisplayKit/Core": [
]
}
}
]
}