[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / 1 / keyframes / 1.0.0 / keyframes.podspec.json
blob6f41795c3d3816920649a6f7344f4f3832141660
2   "name": "keyframes",
3   "version": "1.0.0",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/facebookincubator/Keyframes",
9   "authors": {
10     "Sean Lee": "landasiastudio@gmail.com",
11     "Renyu Liu": "sd.qd.lry@gmail.com"
12   },
13   "summary": "Vector+keyframe rendering framework for iOS",
14   "source": {
15     "git": "https://github.com/facebookincubator/Keyframes.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": "ios/keyframes/src/**/*.{h,m,mm,cpp}",
19   "public_header_files": "ios/keyframes/src/{DataModel/KFVector,Layers/KFVectorLayer,ParsingHelpers/KFVectorParsingHelper,Views/KFVectorView,Helpers/KFUtilities}.h",
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/fbOpenSource",
22   "platforms": {
23     "ios": "8.0"
24   }