[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 1 / pop / 1.0.8 / pop.podspec.json
blobb56562059b16b972c119e5661a6b6c2e6fb4b7d1
2   "name": "pop",
3   "version": "1.0.8",
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.8"
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   "pod_target_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   }