blob: 6e4db17b8993bcfe5e6a8d15a55b54872b8c8070 [file] [log] [blame]
{
"name": "pop",
"version": "1.0.12",
"license": {
"type": "BSD"
},
"homepage": "https://github.com/facebook/pop",
"authors": {
"Kimon Tsinteris": "kimon@mac.com"
},
"summary": "Extensible animation framework for iOS and OS X.",
"source": {
"git": "https://github.com/facebook/pop.git",
"tag": "1.0.12"
},
"source_files": "pop/**/*.{h,m,mm,cpp}",
"public_header_files": "pop/{POP,POPAnimatableProperty,POPAnimatablePropertyTypes,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation,POPVector}.h",
"requires_arc": true,
"social_media_url": "https://twitter.com/fbOpenSource",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0"
}
}