blob: dd38711e62125be9b2bdb6e6e8b4516b1672125e [file] [log] [blame]
{
"name": "keyframes",
"version": "1.1.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/facebookincubator/Keyframes",
"authors": {
"Sean Lee": "landasiastudio@gmail.com",
"Renyu Liu": "sd.qd.lry@gmail.com"
},
"summary": "Vector+keyframe rendering framework for iOS",
"source": {
"git": "https://github.com/facebookincubator/Keyframes.git",
"tag": "v1.1.0"
},
"source_files": "ios/keyframes/src/**/*.{h,m,mm,cpp}",
"public_header_files": "ios/keyframes/src/{Keyframes,DataModel/KFVector,Layers/KFVectorLayer,ParsingHelpers/KFVectorParsingHelper,Views/KFVectorView,Helpers/KFUtilities,Compatibility/*}.h",
"requires_arc": true,
"social_media_url": "https://twitter.com/fbOpenSource",
"platforms": {
"ios": "8.0",
"osx": "10.11"
}
}