[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / b / 2 / 1 / pop / 1.0.5 / pop.podspec.json
blob12025a67f37def408fb557e0e820659ce8be775e
2   "name": "pop",
3   "version": "1.0.5",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "https://github.com/facebook/pop",
8   "authors": {
9     "Kimon Tsinteris": "kimon@mac.com"
10   },
11   "summary": "Extensible animation framework for iOS and OS X.",
12   "source": {
13     "git": "https://github.com/facebook/pop.git",
14     "tag": "1.0.5"
15   },
16   "source_files": "pop/**/*.{h,m,mm,cpp}",
17   "public_header_files": "pop/{POP,POPAnimatableProperty,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation}.h",
18   "requires_arc": true,
19   "social_media_url": "https://twitter.com/fbOpenSource",
20   "libraries": "c++",
21   "xcconfig": {
22     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
23     "CLANG_CXX_LIBRARY": "libc++"
24   },
25   "platforms": {
26     "ios": "6.0",
27     "osx": "10.7"
28   }