blob: b56562059b16b972c119e5661a6b6c2e6fb4b7d1 [file] [log] [blame]
{
"name": "pop",
"version": "1.0.8",
"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.8"
},
"source_files": "pop/**/*.{h,m,mm,cpp}",
"public_header_files": "pop/{POP,POPAnimatableProperty,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation}.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": "6.0",
"osx": "10.7"
}
}