blob: 6f41795c3d3816920649a6f7344f4f3832141660 [file] [log] [blame]
{
"name": "keyframes",
"version": "1.0.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.0.0"
},
"source_files": "ios/keyframes/src/**/*.{h,m,mm,cpp}",
"public_header_files": "ios/keyframes/src/{DataModel/KFVector,Layers/KFVectorLayer,ParsingHelpers/KFVectorParsingHelper,Views/KFVectorView,Helpers/KFUtilities}.h",
"requires_arc": true,
"social_media_url": "https://twitter.com/fbOpenSource",
"platforms": {
"ios": "8.0"
}
}